diff --git a/Jupiter/GenericCommand.h b/Jupiter/GenericCommand.h index e3be25c..321b16d 100644 --- a/Jupiter/GenericCommand.h +++ b/Jupiter/GenericCommand.h @@ -170,7 +170,7 @@ namespace Jupiter CLASS(); \ Jupiter::GenericCommand::ResponseLine *trigger(const Jupiter::ReadableString ¶meters) override; \ const Jupiter::ReadableString &getHelp(const Jupiter::ReadableString ¶meters) override; \ - static CLASS instance; + static CLASS &instance; /** Expands to become the entire declaration for a generic command. In most cases, this will be sufficient. */ #define GENERIC_GENERIC_COMMAND(CLASS) \ diff --git a/Release/Jupiter.lib b/Release/Jupiter.lib index 0b3098a..8f7de06 100644 Binary files a/Release/Jupiter.lib and b/Release/Jupiter.lib differ