diff options
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc index 8c6d244..a8348ed 100644 --- a/src/ClockTool.cc +++ b/src/ClockTool.cc | |||
@@ -50,7 +50,7 @@ | |||
50 | 50 | ||
51 | class ClockMenuItem: public FbTk::MenuItem { | 51 | class ClockMenuItem: public FbTk::MenuItem { |
52 | public: | 52 | public: |
53 | explicit ClockMenuItem::ClockMenuItem(ClockTool &tool): | 53 | explicit ClockMenuItem(ClockTool &tool): |
54 | FbTk::MenuItem(""), m_tool(tool) { | 54 | FbTk::MenuItem(""), m_tool(tool) { |
55 | // determine 12/24 hour format | 55 | // determine 12/24 hour format |
56 | _FB_USES_NLS; | 56 | _FB_USES_NLS; |