mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 00:47:05 +00:00
Refactor so PWE compiles with the newly externalized LibCommon
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class CChangeLayerCommand : public IUndoCommand
|
||||
{
|
||||
CNodePtrList mNodes;
|
||||
QMap<u32, CScriptLayer*> mOldLayers;
|
||||
QMap<uint32, CScriptLayer*> mOldLayers;
|
||||
CScriptLayer *mpNewLayer;
|
||||
CWorldEditor *mpEditor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user