mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed a crash bug during load order confirmation.
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ private:
|
||||
wxButton * _moveUp;
|
||||
wxButton * _moveDown;
|
||||
|
||||
std::list<boss::Plugin> _plugins;
|
||||
const std::list<boss::Plugin> _plugins;
|
||||
std::set<std::string> _movedPlugins;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user