diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/testCharClassify.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/testCharClassify.cxx b/test/unit/testCharClassify.cxx index 5a66ff80f..b682d8b2d 100644 --- a/test/unit/testCharClassify.cxx +++ b/test/unit/testCharClassify.cxx @@ -14,8 +14,8 @@ // Test CharClassify. class CharClassifyTest { - // Avoid warnings, private so never called. - CharClassifyTest(const CharClassifyTest &); + // Avoid warnings, deleted so never called. + CharClassifyTest(const CharClassifyTest &) = delete; protected: CharClassifyTest() { pcc = new CharClassify(); |