]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
moved some more stuff from .cpp files to here
[wxWidgets.git] / include / wx / url.h
index f9cfdbdb75b8646ce1f833bbe53c7bb70184a3b3..09e5b8d52a75f2a7e1b775bfb1193543f29a3efe 100644 (file)
@@ -6,14 +6,14 @@
 // Created:     20/07/1997
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_URL_H
 #define _WX_URL_H
 
-#ifdef __GNUG__
-#pragma interface
+#if defined(__GNUG__) && !defined(__APPLE__)
+#pragma interface "url.h"
 #endif
 
 #include "wx/defs.h"
@@ -37,7 +37,7 @@ typedef enum {
   wxURL_PROTOERR
 } wxURLError;
 
-class WXDLLEXPORT wxURL : public wxObject
+class WXDLLIMPEXP_NET wxURL : public wxObject
 {
 public:
     wxURL(const wxString& url);