summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 597eb63a8..9f8d5403c 100644
--- a/src/serverobject.h
+++ b/src/serverobject.h
@@ -167,8 +167,8 @@ public:
{}
virtual void removeAttachmentChild(int child_id)
{}
- virtual std::set<int> getAttachmentChildIds()
- { return std::set<int>(); }
+ virtual UNORDERED_SET<int> getAttachmentChildIds()
+ { return UNORDERED_SET<int>(); }
virtual ObjectProperties* accessObjectProperties()
{ return NULL; }
virtual void notifyObjectPropertiesModified()