diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Keys.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Keys.cc b/src/Keys.cc index c4ad5ea..388ec52 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -35,6 +35,7 @@ | |||
35 | #include "FbTk/RefCount.hh" | 35 | #include "FbTk/RefCount.hh" |
36 | #include "FbTk/KeyUtil.hh" | 36 | #include "FbTk/KeyUtil.hh" |
37 | #include "FbTk/CommandParser.hh" | 37 | #include "FbTk/CommandParser.hh" |
38 | #include "FbTk/LogicCommands.hh" | ||
38 | #include "FbTk/I18n.hh" | 39 | #include "FbTk/I18n.hh" |
39 | #include "FbTk/AutoReloadHelper.hh" | 40 | #include "FbTk/AutoReloadHelper.hh" |
40 | #include "FbTk/STLUtil.hh" | 41 | #include "FbTk/STLUtil.hh" |
@@ -109,6 +110,11 @@ using FbTk::STLUtil::destroyAndClearSecond; | |||
109 | 110 | ||
110 | namespace { | 111 | namespace { |
111 | 112 | ||
113 | // enforces the linking of FbTk/LogicCommands | ||
114 | FbTk::Command<void>* link_helper = FbTk::IfCommand::parse("", "", false); | ||
115 | |||
116 | |||
117 | |||
112 | // candidate for FbTk::StringUtil ? | 118 | // candidate for FbTk::StringUtil ? |
113 | int extractKeyFromString(const std::string& in, const char* start_pattern, unsigned int& key) { | 119 | int extractKeyFromString(const std::string& in, const char* start_pattern, unsigned int& key) { |
114 | 120 | ||