summaryrefslogtreecommitdiffstats
path: root/engine/include/flatcollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/flatcollector.h')
-rw-r--r--engine/include/flatcollector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/flatcollector.h b/engine/include/flatcollector.h
index ed9a824..cef49db 100644
--- a/engine/include/flatcollector.h
+++ b/engine/include/flatcollector.h
@@ -1,10 +1,10 @@
#ifndef __FLATCOLLECTOR_H__
#define __FLATCOLLECTOR_H__
-#include "flatobject.h"
+#include "object.h"
#include <set>
-class FlatCollector : virtual public FlatObject
+class FlatCollector : virtual public flat::core::object
{
FlatCollector * parent;