summaryrefslogtreecommitdiffstats
path: root/src/Server/UserListManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/UserListManager.h')
-rw-r--r--src/Server/UserListManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/UserListManager.h b/src/Server/UserListManager.h
index 65e8fdf..bb5b4e3 100644
--- a/src/Server/UserListManager.h
+++ b/src/Server/UserListManager.h
@@ -57,7 +57,7 @@ class MAD_SERVER_EXPORT UserListManager : private Core::Configurable, private bo
std::set<Core::String> userListDiffs;
protected:
- virtual void configFinished();
+ virtual void configure();
public:
virtual int getPriority() const {return -1;}