summaryrefslogtreecommitdiffstats
path: root/engine/include/collector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/collector.hpp')
-rw-r--r--engine/include/collector.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/include/collector.hpp b/engine/include/collector.hpp
index 5b1e718..bc50f4d 100644
--- a/engine/include/collector.hpp
+++ b/engine/include/collector.hpp
@@ -4,6 +4,8 @@
#include "core/object.hpp"
#include <set>
+namespace flat {
+
class FlatCollector : virtual public flat::core::object
{
FlatCollector * parent;
@@ -42,4 +44,6 @@ public:
std::set<FlatCollector*>::const_iterator end() const;
};
+}
+
#endif