X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/850a256b833831d58f3ac8479348033b8a159aae..refs/heads/master:/src/common/any.cpp diff --git a/src/common/any.cpp b/src/common/any.cpp index cefcc2a1d8..f866c59448 100644 --- a/src/common/any.cpp +++ b/src/common/any.cpp @@ -4,7 +4,6 @@ // Author: Jaakko Salli // Modified by: // Created: 07/05/2009 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -484,7 +483,9 @@ WX_IMPLEMENT_ANY_VALUE_TYPE(wxAnyValueTypeImpl) class wxAnyNullValue { -private: +protected: + // this field is unused, but can't be private to avoid Clang's + // "Private field 'm_dummy' is not used" warning void* m_dummy; };