]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dataobj2.h
Fix wxMotif build.
[wxWidgets.git] / include / wx / mac / dataobj2.h
index 9286f844c6124636e09773b1104105eee2000f95..6f8ae4178e7274b1aef524962863edf2b3fdd325 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/21/99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998, 1999 Vadim Zeitlin, Robert Roebling
 // 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_
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GTK_DATAOBJ2_H_
@@ -41,11 +41,11 @@ public:
     virtual bool SetData(size_t len, const void *buf);
 
 protected :
     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
 private:
     // Virtual function hiding supression
     size_t GetDataSize(const wxDataFormat& rFormat) const