aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.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/FbRootWindow.hh
parente90c3678d9e54bc9251619fdee2d7341f042167b (diff)
downloadfluxbox-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip
fluxbox-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r--src/FbRootWindow.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh
index 7320c20..e11a9f8 100644
--- a/src/FbRootWindow.hh
+++ b/src/FbRootWindow.hh
@@ -38,8 +38,8 @@ public:
38 // we should not assign a new window to this 38 // we should not assign a new window to this
39 FbTk::FbWindow &operator = (Window win) { return *this; } 39 FbTk::FbWindow &operator = (Window win) { return *this; }
40 void updateGeometry(); 40 void updateGeometry();
41 inline Visual *visual() const { return m_visual; } 41 Visual *visual() const { return m_visual; }
42 inline Colormap colormap() const { return m_colormap; } 42 Colormap colormap() const { return m_colormap; }
43 43
44private: 44private:
45 Visual *m_visual; 45 Visual *m_visual;