aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextBox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/TextBox.hh')
-rw-r--r--src/FbTk/TextBox.hh4
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
76private: 76private:
77 void adjustEndPos(); 77 void adjustEndPos();