X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c52210086f3a0248128b726a53a2cd1f1dc4a7b..7af0846427683d08c44b5d88f39c932ace31843c:/include/wx/mac/dataobj2.h diff --git a/include/wx/mac/dataobj2.h b/include/wx/mac/dataobj2.h index 9286f844c6..6f8ae4178e 100644 --- a/include/wx/mac/dataobj2.h +++ b/include/wx/mac/dataobj2.h @@ -6,7 +6,7 @@ // 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_ @@ -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