X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fextensible.h;h=3e6bd4c993dbb6fd6a8b5ad98ab2ba37305f1973;hb=d1ddbd62f91d4b9453447b5d25f5e41e807b0010;hp=b6e7da5d2a94218cefad02bb185590626e211bcb;hpb=228c2b2e582c7d64a7c6f564561322c7d3d168c4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/extensible.h b/include/extensible.h index b6e7da5d2..3e6bd4c99 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -101,7 +101,7 @@ class CoreExport LocalExtItem : public ExtensionItem }; template -class CoreExport SimpleExtItem : public LocalExtItem +class SimpleExtItem : public LocalExtItem { public: SimpleExtItem(const std::string& Key, Module* parent) : LocalExtItem(Key, parent)