]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dataobj2.h
changing wxxVariant signature
[wxWidgets.git] / include / wx / mac / dataobj2.h
index 9286f844c6124636e09773b1104105eee2000f95..64b0ac084a2eab75266869ba0f4494b2e11bf2df 100644 (file)
@@ -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