Browse Source

Minor revision to previous commit

release/0.19
Jessica James 8 years ago
parent
commit
54d7743f1e
  1. 2
      Jupiter/GenericCommand.h
  2. BIN
      Release/Jupiter.lib

2
Jupiter/GenericCommand.h

@ -170,7 +170,7 @@ namespace Jupiter
CLASS(); \
Jupiter::GenericCommand::ResponseLine *trigger(const Jupiter::ReadableString &parameters) override; \
const Jupiter::ReadableString &getHelp(const Jupiter::ReadableString &parameters) 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) \

BIN
Release/Jupiter.lib

Binary file not shown.
Loading…
Cancel
Save