diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2007-12-29 21:38:53 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2007-12-29 21:38:53 (GMT) |
commit | e1f362ae764884a4cd1e1673292cb37d5a85f89c (patch) | |
tree | 137430b26aee6f3638f27281d3757c2c75ef4b20 /src/FbRootWindow.hh | |
parent | e90c3678d9e54bc9251619fdee2d7341f042167b (diff) | |
download | fluxbox_lack-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip fluxbox_lack-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2 |
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r-- | src/FbRootWindow.hh | 4 |
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 | ||
44 | private: | 44 | private: |
45 | Visual *m_visual; | 45 | Visual *m_visual; |