summaryrefslogtreecommitdiffstats
path: root/src/common/interface/CommonInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/CommonInterface.hpp')
-rw-r--r--src/common/interface/CommonInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp
index d0d81945..a68cf175 100644
--- a/src/common/interface/CommonInterface.hpp
+++ b/src/common/interface/CommonInterface.hpp
@@ -45,7 +45,7 @@ public:
/** End (and send) an atomic bundle */
virtual void bundle_end() = 0;
- virtual void new_object(const GraphObject* object) = 0;
+ virtual bool new_object(const GraphObject* object) = 0;
virtual void new_patch(const std::string& path,
uint32_t poly) = 0;