diff options
Diffstat (limited to 'src/FbTk/LogicCommands.hh')
-rw-r--r-- | src/FbTk/LogicCommands.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/LogicCommands.hh b/src/FbTk/LogicCommands.hh index 4f20864..3eb3e8c 100644 --- a/src/FbTk/LogicCommands.hh +++ b/src/FbTk/LogicCommands.hh | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "Command.hh" | 27 | #include "Command.hh" |
28 | #include "RefCount.hh" | 28 | #include "RefCount.hh" |
29 | 29 | ||
30 | #include <string> | ||
30 | #include <vector> | 31 | #include <vector> |
31 | 32 | ||
32 | namespace FbTk { | 33 | namespace FbTk { |
@@ -43,7 +44,8 @@ public: | |||
43 | } else | 44 | } else |
44 | if (*m_f) m_f->execute(); | 45 | if (*m_f) m_f->execute(); |
45 | } | 46 | } |
46 | 47 | static Command *parse(const std::string &cmd, const std::string &args, | |
48 | bool trusted); | ||
47 | private: | 49 | private: |
48 | RefCount<BoolCommand> m_cond; | 50 | RefCount<BoolCommand> m_cond; |
49 | RefCount<Command> m_t, m_f; | 51 | RefCount<Command> m_t, m_f; |