From: Vadim Zeitlin Date: Sun, 25 Jul 2004 15:44:47 +0000 (+0000) Subject: removed #pragma interface without matching #pragma implementation (replaces patch... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd8c3f17fc5a5372cc72aee70a421174c1f5c1a7?ds=inline removed #pragma interface without matching #pragma implementation (replaces patch 981135) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/include/wx/net/msg.h b/contrib/include/wx/net/msg.h index 4d487d34ec..f337ac0f9f 100644 --- a/contrib/include/wx/net/msg.h +++ b/contrib/include/wx/net/msg.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "msg.h" -#endif - #ifndef _WX_MSG_H_ #define _WX_MSG_H_