diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-15 13:46:42 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-15 13:46:42 +1000 |
commit | 699d75f881ad79e98f9400eeb4a7f86a749b1521 (patch) | |
tree | 24af01d6dce086e8f26cde2e57bc705d75387a43 /qt/ScintillaEditBase/PlatQt.h | |
parent | 9f2ab7100c117a73d562f81eb590f32f4641cf54 (diff) | |
download | scintilla-mirror-699d75f881ad79e98f9400eeb4a7f86a749b1521.tar.gz |
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index 6749c4b0f..8a5edeacd 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -60,6 +60,8 @@ private: const char *codecName; QTextCodec *codec; + void Clear(); + public: SurfaceImpl(); virtual ~SurfaceImpl(); |