diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-24 14:18:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-24 14:19:41 +0300 |
commit | e0b255453f189f80aab146574bdcb873771801c6 (patch) | |
tree | fe9b31d562fcbd9251eb699488c2fcfd53b31526 /src/textcommand.h | |
parent | 19dc154e3b064b9cadd16b9e9889fd23c97ce09b (diff) | |
download | plus-e0b255453f189f80aab146574bdcb873771801c6.tar.gz plus-e0b255453f189f80aab146574bdcb873771801c6.tar.bz2 plus-e0b255453f189f80aab146574bdcb873771801c6.tar.xz plus-e0b255453f189f80aab146574bdcb873771801c6.zip |
improve textcommand class.
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) |