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 6cc89d3a5..f1358a94a 100644
--- a/src/CallTip.h
+++ b/src/CallTip.h
@@ -72,7 +72,8 @@ public:
/// Setup the calltip and return a rectangle of the area required.
PRectangle CallTipStart(Sci::Position pos, Point pt, int textHeight, const char *defn,
const char *faceName, int size, int codePage_,
- int characterSet, int technology, const Window &wParent);
+ int characterSet, int technology, const char *localeName,
+ const Window &wParent);
void CallTipCancel();