From 99b7137e39e76ef912a7928aa7e12b284b46b1ec Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 May 2013 13:16:36 +1000 Subject: Replacing raw pointer and allocation with std::string. --- 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 fdc4db86f..eafaa2f2e 100644 --- a/src/CallTip.h +++ b/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 -- cgit v1.2.3