X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fctables.h;h=ad2135b1e578dcb7641d462ea8e2064e247fb97b;hb=14e4768140d796b3cb9eb979e74e48bffabd9bfc;hp=d9f660f7145f5a652da3a51669a857a6fb79f89c;hpb=71eb82a9807d96139ef56c5a5be7653507e89aa9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/ctables.h b/include/ctables.h index d9f660f71..ad2135b1e 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -173,7 +173,7 @@ class CoreExport Command : public Extensible /** A hash of commands used by the core */ -typedef nspace::hash_map Commandable; +typedef nspace::hash_map Commandtable; #define TRANSLATE1(x1) translation.push_back(x1); #define TRANSLATE2(x1,x2) translation.push_back(x1);translation.push_back(x2);