From a158742c0231b348b4663b9900e7da95e05cde48 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 13 Mar 2010 21:22:03 +0000 Subject: Adding const to methods where possible. --- 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 e5a657940..a9ba82eb8 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -33,7 +33,7 @@ class CallTip { int posStart, int posEnd, int ytext, PRectangle rcClient, bool highlight, bool draw); int PaintContents(Surface *surfaceWindow, bool draw); - bool IsTabCharacter(char c); + bool IsTabCharacter(char c) const; int NextTabPos(int x); public: -- cgit v1.2.3