mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-27 02:05:28 +08:00
Update release
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ Helper Functions
|
||||
{
|
||||
if (!GetGlobalStorageManager().storages)
|
||||
{
|
||||
GetGlobalStorageManager().storages = new Dictionary<WString, GlobalStorage*>;
|
||||
GetGlobalStorageManager().storages = Ptr(new Dictionary<WString, GlobalStorage*>);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user