]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_oper.cpp
class command_t -> class Command. Whey :D
[user/henk/code/inspircd.git] / src / cmd_oper.cpp
index 4d70f29ebb5ae103676a1811dd0e075a550a7032..cc2ae6e65195b05ad3cb2cc2b3152542995ecdec 100644 (file)
@@ -30,7 +30,7 @@ bool OneOfMatches(const char* host, const char* ip, const char* hostlist)
        return false;
 }
 
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
 {
        return new cmd_oper(Instance);
 }