summaryrefslogtreecommitdiff
path: root/src/modl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commit4ecbf33fae730bc79c4a47e6efda615b104754ad (patch)
treedd59412b6d8bea88995211f60b786728ac30acc4 /src/modl.h
parentbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (diff)
tagging ychat-0.7.8ychat-0.7.8
Diffstat (limited to 'src/modl.h')
-rwxr-xr-xsrc/modl.h3
1 files changed, 1 insertions, 2 deletions
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<dynmod*>
+class modl : private shashmap<dynmod*>
{
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<string>* get_mod_vector()
{