]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/minifram.h
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
[wxWidgets.git] / include / wx / x11 / minifram.h
index 6d33c4b8b8c981e52cc30a3731630a9eb92d8d17..63494971c989cc1601979a96506dde6196ef9026 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "wx/frame.h"
 
-class WXDLLEXPORT wxMiniFrame: public wxFrame {
+class WXDLLIMPEXP_CORE wxMiniFrame: public wxFrame {
 
     DECLARE_DYNAMIC_CLASS(wxMiniFrame)
 
@@ -27,7 +27,7 @@ public:
         const wxString& title,
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize,
-        long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION_HORIZ,
+        long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION,
         const wxString& name = wxFrameNameStr)
     {
         // Use wxFrame constructor in absence of more specific code.