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/TextBox.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/TextBox.hh')
-rw-r--r-- | src/FbTk/TextBox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/TextBox.hh b/src/FbTk/TextBox.hh index 660ac80..78676a1 100644 --- a/src/FbTk/TextBox.hh +++ b/src/FbTk/TextBox.hh | |||
@@ -68,7 +68,7 @@ public: | |||
68 | const Font &font() const { return *m_font; } | 68 | const Font &font() const { return *m_font; } |
69 | GC gc() const { return m_gc; } | 69 | GC gc() const { return m_gc; } |
70 | int cursorPosition() const { return m_cursor_pos; } | 70 | int cursorPosition() const { return m_cursor_pos; } |
71 | inline int textStartPos(){ return m_start_pos; } | 71 | int textStartPos(){ return m_start_pos; } |
72 | 72 | ||
73 | unsigned int findEmptySpaceLeft(); | 73 | unsigned int findEmptySpaceLeft(); |
74 | unsigned int findEmptySpaceRight(); | 74 | unsigned int findEmptySpaceRight(); |