summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DestroyEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DestroyEvent.hpp')
-rw-r--r--src/engine/events/DestroyEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/DestroyEvent.hpp b/src/engine/events/DestroyEvent.hpp
index a3ed4bee..791a74ae 100644
--- a/src/engine/events/DestroyEvent.hpp
+++ b/src/engine/events/DestroyEvent.hpp
@@ -63,7 +63,7 @@ private:
CompiledPatch* _compiled_patch; ///< Patch's new process order
DisconnectAllEvent* _disconnect_event;
- SharedPtr< Table<Path, SharedPtr<Shared::GraphObject> > > _removed_table;
+ SharedPtr< Raul::Table<Raul::Path, SharedPtr<Shared::GraphObject> > > _removed_table;
};