summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/unicode/nounit.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/unicode/nounit.h')
-rw-r--r--deps/icu-small/source/i18n/unicode/nounit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/icu-small/source/i18n/unicode/nounit.h b/deps/icu-small/source/i18n/unicode/nounit.h
index 290e77e880..288f268d66 100644
--- a/deps/icu-small/source/i18n/unicode/nounit.h
+++ b/deps/icu-small/source/i18n/unicode/nounit.h
@@ -62,6 +62,12 @@ public:
NoUnit(const NoUnit& other);
/**
+ * Destructor.
+ * @draft ICU 60
+ */
+ virtual ~NoUnit();
+
+ /**
* Return a polymorphic clone of this object. The result will
* have the same class as returned by getDynamicClassID().
* @draft ICU 60
@@ -86,12 +92,6 @@ public:
*/
static UClassID U_EXPORT2 getStaticClassID();
- /**
- * Destructor.
- * @draft ICU 60
- */
- virtual ~NoUnit();
-
private:
/**
* Constructor