aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
commite1f362ae764884a4cd1e1673292cb37d5a85f89c (patch)
tree137430b26aee6f3638f27281d3757c2c75ef4b20 /src/ClockTool.hh
parente90c3678d9e54bc9251619fdee2d7341f042167b (diff)
downloadfluxbox-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip
fluxbox-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh2
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