From 85237dd55cd67cf9f72a751f5a275a910350e5cd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 24 May 2013 00:04:54 +1000 Subject: Made methods const where they can be and are logically const as well. --- src/CallTip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CallTip.h') 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; -- cgit v1.2.3