From 724934ce40ba395acb774c9c67727dc056b9eac2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Oct 2009 00:02:12 +0000 Subject: Added StringResult method to return strings in the standard way. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index fb29b3df7..e83dbdcb3 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -484,6 +484,8 @@ protected: // ScintillaBase subclass needs access to much of Editor static const char *StringFromEOLMode(int eolMode); + static sptr_t StringResult(sptr_t lParam, const char *val); + public: // Public so the COM thunks can access it. bool IsUnicodeMode() const; -- cgit v1.2.3