mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
Update msvcstl.hpp
This commit is contained in:
parent
af35eb7228
commit
322dc1b048
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace gd {
|
|||
template <class Param>
|
||||
string& operator=(Params&& param) {
|
||||
std::string val;
|
||||
val = std::forward<Params>(param);
|
||||
val = std::forward<Param>(param);
|
||||
(void)this->winAssign(val.c_str(), val.size());
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue