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/FbTk/MultiButtonMenuItem.hh | |
parent | e90c3678d9e54bc9251619fdee2d7341f042167b (diff) | |
download | fluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip fluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2 |
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/FbTk/MultiButtonMenuItem.hh')
-rw-r--r-- | src/FbTk/MultiButtonMenuItem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MultiButtonMenuItem.hh b/src/FbTk/MultiButtonMenuItem.hh index 4bc1276..26cf9a2 100644 --- a/src/FbTk/MultiButtonMenuItem.hh +++ b/src/FbTk/MultiButtonMenuItem.hh | |||
@@ -40,7 +40,7 @@ public: | |||
40 | /// executes command for the button click | 40 | /// executes command for the button click |
41 | virtual void click(int button, int time, unsigned int mods); | 41 | virtual void click(int button, int time, unsigned int mods); |
42 | /// @return number of buttons this instance handles | 42 | /// @return number of buttons this instance handles |
43 | inline unsigned int buttons() const { return m_buttons; } | 43 | unsigned int buttons() const { return m_buttons; } |
44 | 44 | ||
45 | private: | 45 | private: |
46 | void init(int buttons); | 46 | void init(int buttons); |