]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/test.h
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / proplist / test.h
index 955a8456bfa9f90232388d7127c0cc8fa1a8259e..232a6bf60c133250e02eb71516f0e7ca086df577 100644 (file)
@@ -91,7 +91,7 @@ class PropFormFrame: public wxPropertyFormFrame
 public:
   PropFormFrame(wxPropertyFormView *v, wxFrame *parent, const wxString& title,
     const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
-    long style = wxDEFAULT_FRAME, const wxString& name = "frame"):
+    long style = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame"):
     wxPropertyFormFrame(v, parent, title, pos, size, style, name)
     {
     }