mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
Update msvcstl.hpp
This commit is contained in:
parent
322dc1b048
commit
4928f672f1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace gd {
|
|||
}
|
||||
|
||||
template <class Param>
|
||||
string& operator=(Params&& param) {
|
||||
string& operator=(Param&& param) {
|
||||
std::string val;
|
||||
val = std::forward<Param>(param);
|
||||
(void)this->winAssign(val.c_str(), val.size());
|
||||
|
|
Loading…
Add table
Reference in a new issue