summaryrefslogtreecommitdiff
path: root/core/fxcrt/locale_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/locale_iface.h')
-rw-r--r--core/fxcrt/locale_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/locale_iface.h b/core/fxcrt/locale_iface.h
index 7e0ca6fd32..7ee18d93b8 100644
--- a/core/fxcrt/locale_iface.h
+++ b/core/fxcrt/locale_iface.h
@@ -46,7 +46,7 @@ enum FX_DATETIMETYPE {
class LocaleIface {
public:
- virtual ~LocaleIface() {}
+ virtual ~LocaleIface() = default;
virtual WideString GetName() const = 0;
virtual WideString GetDecimalSymbol() const = 0;