]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Space indents must die.
[user/henk/code/inspircd.git] / include / command_parse.h
index 5750416db1806208e408af97170db3935dd713ed..2ffb30ee6e52ec50cc34c4ca8db1941fa4566435 100644 (file)
@@ -28,7 +28,7 @@ typedef std::map<std::string, void*> SharedObjectList;
  * call command handlers by name, and chop up comma seperated
  * parameters into multiple calls.
  */
-class CommandParser : public classbase
+class CoreExport CommandParser : public classbase
 {
  private:
        /** The creator of this class