X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..ba516feee23ef0c2b810ac6365e88f33807caaa8:/icuSources/common/errorcode.cpp diff --git a/icuSources/common/errorcode.cpp b/icuSources/common/errorcode.cpp index 4ff151e3..43868b70 100644 --- a/icuSources/common/errorcode.cpp +++ b/icuSources/common/errorcode.cpp @@ -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;