diff options
Diffstat (limited to 'src')
-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 7b42bd1..40a7c3c 100644 --- a/src/FbTk/TextBox.hh +++ b/src/FbTk/TextBox.hh | |||
@@ -63,7 +63,7 @@ public: | |||
63 | const Font &font() const { return *m_font; } | 63 | const Font &font() const { return *m_font; } |
64 | GC gc() const { return m_gc; } | 64 | GC gc() const { return m_gc; } |
65 | int cursorPosition() const { return m_cursor_pos; } | 65 | int cursorPosition() const { return m_cursor_pos; } |
66 | int textStartPos(){ return m_start_pos; } | 66 | int textStartPos() const { return m_start_pos; } |
67 | 67 | ||
68 | unsigned int findEmptySpaceLeft(); | 68 | unsigned int findEmptySpaceLeft(); |
69 | unsigned int findEmptySpaceRight(); | 69 | unsigned int findEmptySpaceRight(); |