summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/RenameEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/RenameEvent.hpp')
-rw-r--r--src/libs/engine/events/RenameEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/RenameEvent.hpp b/src/libs/engine/events/RenameEvent.hpp
index dbfc6d53..114b59fa 100644
--- a/src/libs/engine/events/RenameEvent.hpp
+++ b/src/libs/engine/events/RenameEvent.hpp
@@ -21,7 +21,7 @@
#include <string>
#include <raul/Path.hpp>
#include "QueuedEvent.hpp"
-#include "ObjectStore.hpp"
+#include "EngineStore.hpp"
using std::string;
@@ -54,7 +54,7 @@ private:
string _name;
Path _new_path;
PatchImpl* _parent_patch;
- ObjectStore::Objects::iterator _store_iterator;
+ EngineStore::Objects::iterator _store_iterator;
ErrorType _error;
};