]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
wxGetEmptyString() function added
[wxWidgets.git] / include / wx / docview.h
index 793049f7704a68f075074c156d2fb7c23cd8f071..087153946c4ce5c1683b64421e74ab4fb8845b74 100644 (file)
@@ -357,7 +357,7 @@ class WXDLLEXPORT wxDocChildFrame: public wxFrame
  public:
   wxDocChildFrame(wxDocument *doc, wxView *view, wxFrame *frame, const wxString& title,
     const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
-    const long type = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame");
+    long type = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame");
   ~wxDocChildFrame(void);
 
   bool OnClose(void);
@@ -389,7 +389,7 @@ class WXDLLEXPORT wxDocParentFrame: public wxFrame
  public:
   wxDocParentFrame(wxDocManager *manager, wxFrame *frame, const wxString& title,
     const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
-    const long type = wxDEFAULT_FRAME, const wxString& name = "frame");
+    long type = wxDEFAULT_FRAME, const wxString& name = "frame");
 
   bool OnClose(void);
   // Extend event processing to search the document manager's event table