diff options
Diffstat (limited to 'scintilla/src/CallTip.h')
-rw-r--r-- | scintilla/src/CallTip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/CallTip.h b/scintilla/src/CallTip.h index 85b837f..fca69d1 100644 --- a/scintilla/src/CallTip.h +++ b/scintilla/src/CallTip.h @@ -17,7 +17,7 @@ namespace Scintilla { class CallTip {
int startHighlight; // character offset to start and...
int endHighlight; // ...end of highlighted text
- char *val;
+ std::string val;
Font font;
PRectangle rectUp; // rectangle of last up angle in the tip
PRectangle rectDown; // rectangle of last down arrow in the tip
|