diff options
Diffstat (limited to 'Source/cm_codecvt.cxx')
-rw-r--r-- | Source/cm_codecvt.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cm_codecvt.cxx b/Source/cm_codecvt.cxx index 9519f9155a..821c112b3b 100644 --- a/Source/cm_codecvt.cxx +++ b/Source/cm_codecvt.cxx @@ -38,9 +38,7 @@ codecvt::codecvt(Encoding e) } } -codecvt::~codecvt() -{ -} +codecvt::~codecvt() = default; bool codecvt::do_always_noconv() const throw() { |