diff options
Diffstat (limited to 'src/FbTk/TextBox.hh')
-rw-r--r-- | src/FbTk/TextBox.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/TextBox.hh b/src/FbTk/TextBox.hh index d5f2b61..660ac80 100644 --- a/src/FbTk/TextBox.hh +++ b/src/FbTk/TextBox.hh | |||
@@ -70,8 +70,8 @@ public: | |||
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 | inline int textStartPos(){ return m_start_pos; } |
72 | 72 | ||
73 | int findEmptySpaceLeft(); | 73 | unsigned int findEmptySpaceLeft(); |
74 | int findEmptySpaceRight(); | 74 | unsigned int findEmptySpaceRight(); |
75 | 75 | ||
76 | private: | 76 | private: |
77 | void adjustEndPos(); | 77 | void adjustEndPos(); |