summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-07-27 03:42:27 -0400
committerAdam <Adam@anope.org>2010-07-27 03:42:27 -0400
commit4b25719177ccf5807ddb5fc9b556c10f3e2a8267 (patch)
tree2b8c711211542e9d6d4b7aaedb97d7c2ce54afa5
parentebdb2fc6e3fd782b3f794856e2b67870d1bdb650 (diff)
Fixed Windows build - this is the real 1.9.2-p2 release1.9.2-p2
-rw-r--r--include/modes.h2
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