aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextBox.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-16 11:18:22 (GMT)
committersimonb <simonb>2006-04-16 11:18:22 (GMT)
commit553104ee1d53104fa0790a9793a7047c61dd073f (patch)
tree5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /src/FbTk/TextBox.hh
parent02aa83a59eb3d9e209449b38808635f9e293a17a (diff)
downloadfluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.zip
fluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2
fix all compiler warnings with -Wall
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();