]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/measfmt.cpp
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / i18n / measfmt.cpp
index eaa37a248506392036387c8019443a52c5248b0f..6f06852acf997cb8fc09316c9f83232a8775fc12 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -19,6 +19,8 @@ U_NAMESPACE_BEGIN
 
 MeasureFormat::MeasureFormat() {}
 
+MeasureFormat::~MeasureFormat() {}
+
 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale,
                                                    UErrorCode& ec) {
     CurrencyFormat* fmt = NULL;