aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RESearch.h')
-rw-r--r--src/RESearch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RESearch.h b/src/RESearch.h
index 306d1b3d1..34c6c46f9 100644
--- a/src/RESearch.h
+++ b/src/RESearch.h
@@ -14,8 +14,6 @@ namespace Scintilla::Internal {
class CharacterIndexer {
public:
virtual char CharAt(Sci::Position index) const=0;
- virtual ~CharacterIndexer() {
- }
};
class RESearch {