X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/common/unicode/localpointer.h diff --git a/icuSources/common/unicode/localpointer.h b/icuSources/common/unicode/localpointer.h index b76a1f85..e3ccb258 100644 --- a/icuSources/common/unicode/localpointer.h +++ b/icuSources/common/unicode/localpointer.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2009-2010, International Business Machines +* Copyright (C) 2009-2012, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -144,6 +144,10 @@ public: ptr=p; } protected: + /** + * Actual pointer. + * @internal + */ T *ptr; private: // No comparison operators with other LocalPointerBases.