diff options
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index 7e29bd5..e0830f3 100644 --- a/src/ClockTool.hh +++ b/src/ClockTool.hh | |||
@@ -62,7 +62,7 @@ public: | |||
62 | unsigned int width() const; | 62 | unsigned int width() const; |
63 | unsigned int height() const; | 63 | unsigned int height() const; |
64 | unsigned int borderWidth() const; | 64 | unsigned int borderWidth() const; |
65 | inline const std::string &timeFormat() const { return *m_timeformat; } | 65 | const std::string &timeFormat() const { return *m_timeformat; } |
66 | 66 | ||
67 | void setOrientation(FbTk::Orientation orient); | 67 | void setOrientation(FbTk::Orientation orient); |
68 | 68 | ||