]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
Fixes from Mumit Khan to allow DLL compilation; most fixes related to
[wxWidgets.git] / include / wx / msw / font.h
index 36642fd4149e58c8de2ccf8122c02df635ce9b37..1ab10844bcae8729daa80af7e047a544236a5878 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FONT_H_
     #pragma interface "font.h"
 #endif
 
-#include "wx/gdiobj.h"
-
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
-
 // ----------------------------------------------------------------------------
 // wxFont
 // ----------------------------------------------------------------------------
@@ -54,6 +50,9 @@ public:
 
     virtual ~wxFont();
 
+    // assignment
+    wxFont& operator=(const wxFont& font);
+
     // implement base class pure virtuals
     virtual int GetPointSize() const;
     virtual int GetFamily() const;