diff options
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index bd70026ea..8a1a089c1 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -122,7 +122,7 @@ class TextCommand final unsigned getSchoolLvl() const A_WARN_UNUSED { return mSchoolLvl; } - TextCommandType getCommandType() const + TextCommandType getCommandType() const A_WARN_UNUSED { return mCommandType; } void setCommand(std::string command) |