X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c52210086f3a0248128b726a53a2cd1f1dc4a7b..12a5e73be6534c23b9f941cf09ec38f345268e38:/include/wx/mac/dataobj2.h diff --git a/include/wx/mac/dataobj2.h b/include/wx/mac/dataobj2.h index 9286f844c6..64b0ac084a 100644 --- a/include/wx/mac/dataobj2.h +++ b/include/wx/mac/dataobj2.h @@ -6,13 +6,13 @@ // Created: 10/21/99 // RCS-ID: $Id$ // Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_GTK_DATAOBJ2_H_ #define _WX_GTK_DATAOBJ2_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "dataobj.h" #endif @@ -41,11 +41,11 @@ public: virtual bool SetData(size_t len, const void *buf); protected : - void Init() ; - void Clear() ; - - void* m_pictHandle ; - bool m_pictCreated ; + void Init() ; + void Clear() ; + + void* m_pictHandle ; + bool m_pictCreated ; private: // Virtual function hiding supression size_t GetDataSize(const wxDataFormat& rFormat) const