summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 38204980e..dfe6312f0 100644
--- a/src/serverobject.h
+++ b/src/serverobject.h
@@ -166,6 +166,8 @@ public:
{}
virtual void removeAttachmentChild(int child_id)
{}
+ virtual void detachFromParent()
+ {}
virtual const UNORDERED_SET<int> &getAttachmentChildIds()
{ static const UNORDERED_SET<int> rv; return rv; }
virtual ObjectProperties* accessObjectProperties()