From 4ecbf33fae730bc79c4a47e6efda615b104754ad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:48 +0200 Subject: tagging ychat-0.7.8 --- src/modl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modl.h') diff --git a/src/modl.h b/src/modl.h index 73abd58..983bdda 100755 --- a/src/modl.h +++ b/src/modl.h @@ -7,7 +7,7 @@ using namespace std; -class modl : public shashmap +class modl : private shashmap { private: static void dlclose_( dynmod* mod ); @@ -24,7 +24,6 @@ public: ~modl(); dynmod* get_module( string s_name ); - dynmod* get_module( string s_name, string s_user ); vector* get_mod_vector() { -- cgit v1.2.3