mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
fix encoding problem
This commit is contained in:
+1
-3
@@ -25,7 +25,5 @@ static String generate_uid() {
|
||||
for (i = 0; i < 32; i++) {
|
||||
ss << dis(gen);
|
||||
};
|
||||
//return ss.str();
|
||||
String wxString(ss.str().c_str(), wxConvUTF8);
|
||||
return wxString;
|
||||
return String(ss.str().c_str(), wxConvUTF8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user