aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseFolder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CaseFolder.h')
-rw-r--r--src/CaseFolder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CaseFolder.h b/src/CaseFolder.h
index 790da0b29..5fa65870e 100644
--- a/src/CaseFolder.h
+++ b/src/CaseFolder.h
@@ -21,7 +21,7 @@ protected:
char mapping[256];
public:
CaseFolderTable();
- virtual ~CaseFolderTable();
+ ~CaseFolderTable() override;
size_t Fold(char *folded, size_t sizeFolded, const char *mixed, size_t lenMixed) override;
void SetTranslation(char ch, char chTranslation);
void StandardASCII();