aboutsummaryrefslogtreecommitdiff
path: root/include/odhtdb/User.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/odhtdb/User.hpp')
-rw-r--r--include/odhtdb/User.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odhtdb/User.hpp b/include/odhtdb/User.hpp
index 3236d4c..beb8974 100644
--- a/include/odhtdb/User.hpp
+++ b/include/odhtdb/User.hpp
@@ -29,7 +29,7 @@ namespace odhtdb
REMOTE
};
- virtual ~User(){}
+ virtual ~User();
virtual void addToGroup(Group *group);