]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
wxPalette unified. Source cleaning.
[wxWidgets.git] / include / wx / object.h
index 8f949c0979586d1cfd09edf12400efd918e89511..35ff626b4e3cf67a245543d54aedfdc0d2320dc5 100644 (file)
 #ifndef _WX_OBJECTH__
 #define _WX_OBJECTH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "object.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -409,9 +405,9 @@ public:
     virtual ~wxObject() { UnRef(); }
 
     wxObject(const wxObject& other)
-        {
-            InitFrom(other);
-        }
+    {
+        InitFrom(other);
+    }
 
     wxObject& operator=(const wxObject& other)
     {