]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/minifram.h
Some more WXWIN_COMPATIBILITY fixes.
[wxWidgets.git] / include / wx / msw / minifram.h
index 1debcd008230d2ff00e1623d64db2805725aef28..97ba03c69adcbb7c8a62003cc775d732ed60b86f 100644 (file)
@@ -29,7 +29,7 @@ public:
            const wxString& title,
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
-           long style = wxDEFAULT_FRAME|wxTINY_CAPTION_HORIZ,
+           long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION_HORIZ,
            const wxString& name = wxFrameNameStr)
   {
       Create(parent, id, title, pos, size, style, name);