mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
do not leak scenarioOpts in CMapInfo
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
|
||||
CMapInfo();
|
||||
CMapInfo(CMapInfo && tmp);
|
||||
virtual ~CMapInfo();
|
||||
|
||||
CMapInfo &operator=(CMapInfo &&other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user