aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-04-11 08:18:53 +1000
committerNeil <nyamatongwe@gmail.com>2023-04-11 08:18:53 +1000
commitc94691510eefa2f74e5f760fa09b51046cea8eab (patch)
tree9eae65ed771281ec90ba4873a94d92897a3c747b /src/RESearch.h
parent0f217c85e580b052b3b6798e53c6f1cb42464881 (diff)
downloadscintilla-mirror-c94691510eefa2f74e5f760fa09b51046cea8eab.tar.gz
Follow rule-of-zero to omit standard methods.
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 {