diff options
author | mathias <mathias> | 2006-03-02 07:49:13 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-03-02 07:49:13 (GMT) |
commit | a21d42da3709f5dc5b5510297be134507153ef2c (patch) | |
tree | b40b05154c33f8a05191c9b46ece0ed6737e6506 /src/ClockTool.cc | |
parent | e742a830adaef45950a12c901ce245d67cc3fdcb (diff) | |
download | fluxbox_pavel-a21d42da3709f5dc5b5510297be134507153ef2c.zip fluxbox_pavel-a21d42da3709f5dc5b5510297be134507153ef2c.tar.bz2 |
fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at lowlatency dot de>
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; |