diff options
author | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
commit | 553104ee1d53104fa0790a9793a7047c61dd073f (patch) | |
tree | 5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /src/FbTk/TextBox.hh | |
parent | 02aa83a59eb3d9e209449b38808635f9e293a17a (diff) | |
download | fluxbox_pavel-553104ee1d53104fa0790a9793a7047c61dd073f.zip fluxbox_pavel-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2 |
fix all compiler warnings with -Wall
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(); |