]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
Store a pointer to the wxWindow in the wxWindowDC class
[wxWidgets.git] / include / wx / url.h
index f9cfdbdb75b8646ce1f833bbe53c7bb70184a3b3..0b2c56c9a6544d80d0a7b8976cb9d5bbe532fae4 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_BASE wxURL : public wxObject
 {
 public:
     wxURL(const wxString& url);