X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/common/errorcode.cpp?ds=sidebyside 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;