aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/acl_binding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/acl_binding.hpp')
-rw-r--r--extras/vom/vom/acl_binding.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/acl_binding.hpp b/extras/vom/vom/acl_binding.hpp
index 89db0eea219..3a123a853cd 100644
--- a/extras/vom/vom/acl_binding.hpp
+++ b/extras/vom/vom/acl_binding.hpp
@@ -129,7 +129,7 @@ private:
/**
* Get the sortable Id of the listener
*/
- dependency_t order() const { return (dependency_t::BINDING); }
+ dependency_t order() const;
};
/**