diff options
Diffstat (limited to 'src/game/client/lineinput.h')
| -rw-r--r-- | src/game/client/lineinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/lineinput.h b/src/game/client/lineinput.h index f5c65282..71612b99 100644 --- a/src/game/client/lineinput.h +++ b/src/game/client/lineinput.h @@ -25,7 +25,7 @@ public: void Set(const char *pString); const char *GetString() const { return m_Str; } int GetLength() const { return m_Len; } - unsigned GetCursorOffset() const { return m_CursorPos; } + int GetCursorOffset() const { return m_CursorPos; } }; #endif |