diff options
author | Adam <Adam@anope.org> | 2010-07-27 03:42:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-27 03:42:27 -0400 |
commit | 4b25719177ccf5807ddb5fc9b556c10f3e2a8267 (patch) | |
tree | 2b8c711211542e9d6d4b7aaedb97d7c2ce54afa5 /include/modes.h | |
parent | ebdb2fc6e3fd782b3f794856e2b67870d1bdb650 (diff) |
Fixed Windows build - this is the real 1.9.2-p2 release1.9.2-p2
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h index 8392a9088..ac6cc190b 100644 --- a/include/modes.h +++ b/include/modes.h @@ -117,7 +117,7 @@ class CoreExport UserMode : public Mode virtual ~UserMode(); }; -class UserModeParam : public UserMode +class CoreExport UserModeParam : public UserMode { public: /** Default constructor |