X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b199a38dccae76ad59f747dd7ef6fcfc680c089..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index 8f949c0979..35ff626b4e 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -13,10 +13,6 @@ #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) {