]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
made declaration of WXDLL_ENTRY_FUNCTION match it definition
[wxWidgets.git] / include / wx / univ / frame.h
index 4ad4f8e2f5115f1064b38bddee4e7953958d706f..6e9b24f1d5112130306a71b586a1014b888caa11 100644 (file)
@@ -20,7 +20,7 @@
 // wxFrame
 // ----------------------------------------------------------------------------
 
-class wxFrame : public wxFrameBase
+class WXDLLEXPORT wxFrame : public wxFrameBase
 {
 public:
     wxFrame() {}
@@ -34,7 +34,7 @@ public:
     {
         Create(parent, id, title, pos, size, style, name);
     }
-            
+
     bool Create(wxWindow *parent,
                 wxWindowID id,
                 const wxString& title,
@@ -56,10 +56,10 @@ public:
 
 protected:
     void OnSize(wxSizeEvent& event);
-    
+
     // sends wxSizeEvent to itself (used after attaching xxxBar)
     void SendSizeEvent();
-    
+
     virtual void DoGetClientSize(int *width, int *height) const;
     virtual void DoSetClientSize(int width, int height);