summaryrefslogtreecommitdiff
path: root/src/modl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modl.h')
-rwxr-xr-xsrc/modl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modl.h b/src/modl.h
index 983bdda..73abd58 100755
--- a/src/modl.h
+++ b/src/modl.h
@@ -7,7 +7,7 @@
using namespace std;
-class modl : private shashmap<dynmod*>
+class modl : public shashmap<dynmod*>
{
private:
static void dlclose_( dynmod* mod );
@@ -24,6 +24,7 @@ public:
~modl();
dynmod* get_module( string s_name );
+ dynmod* get_module( string s_name, string s_user );
vector<string>* get_mod_vector()
{