diff options
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index eafaa2f2e..840aa26ac 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -35,7 +35,7 @@ class CallTip { bool highlight, bool draw); int PaintContents(Surface *surfaceWindow, bool draw); bool IsTabCharacter(char c) const; - int NextTabPos(int x); + int NextTabPos(int x) const; public: Window wCallTip; |