aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CallTip.h')
-rw-r--r--src/CallTip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h
index ffaedb077..feff7ea0b 100644
--- a/src/CallTip.h
+++ b/src/CallTip.h
@@ -52,7 +52,8 @@ public:
/// Setup the calltip and return a rectangle of the area required.
PRectangle CallTipStart(int pos, Point pt, const char *defn,
- const char *faceName, int size, int codePage_, Window &wParent);
+ const char *faceName, int size, int codePage_,
+ int characterSet, Window &wParent);
void CallTipCancel();