summaryrefslogtreecommitdiff
path: root/src/chat/sman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat/sman.h')
-rwxr-xr-xsrc/chat/sman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chat/sman.h b/src/chat/sman.h
index 992fc64..13fc45a 100755
--- a/src/chat/sman.h
+++ b/src/chat/sman.h
@@ -7,10 +7,11 @@
#include "sess.h"
#include "../maps/shashmap.h"
+#include "../monitor/dump.h"
using namespace std;
-class sman : private shashmap<sess*>
+class sman : public shashmap<sess*>
{
private:
string generate_id( int i_len );