]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/errorcode.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / common / errorcode.cpp
index 4ff151e3e483c55620ef39080d56f4213b4af9fc..43868b7046dbace29fbecfaf5e129ea8b6df7847 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2009, International Business Machines
+*   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -19,6 +19,8 @@
 
 U_NAMESPACE_BEGIN
 
+ErrorCode::~ErrorCode() {}
+
 UErrorCode ErrorCode::reset() {
     UErrorCode code = errorCode;
     errorCode = U_ZERO_ERROR;