diff options
author | fluxgen <fluxgen> | 2003-04-25 11:40:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-25 11:40:58 (GMT) |
commit | e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062 (patch) | |
tree | 288d3eea7a9d012e9300a887ec4d2a65163dabe8 /src/Toolbar.hh | |
parent | cc528147317df839535fff43f0696caae40a268d (diff) | |
download | fluxbox-e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062.zip fluxbox-e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062.tar.bz2 |
fixed inline
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 4bda5f9..344495d 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.hh,v 1.28 2003/04/23 00:13:47 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.29 2003/04/25 11:39:31 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -110,7 +110,7 @@ public: | |||
110 | inline const IconBar *iconBar() const { return m_iconbar.get(); } | 110 | inline const IconBar *iconBar() const { return m_iconbar.get(); } |
111 | inline const ToolbarTheme &theme() const { return m_theme; } | 111 | inline const ToolbarTheme &theme() const { return m_theme; } |
112 | inline ToolbarTheme &theme() { return m_theme; } | 112 | inline ToolbarTheme &theme() { return m_theme; } |
113 | inline bool isVertical() const; | 113 | bool isVertical() const; |
114 | /** | 114 | /** |
115 | @name eventhandlers | 115 | @name eventhandlers |
116 | */ | 116 | */ |