X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d2e66707deb10dea6f92e3e4092f8a43ef942a5d:/src/x11/minifram.cpp diff --git a/src/x11/minifram.cpp b/src/x11/minifram.cpp index d1aabac578..df61a05f48 100644 --- a/src/x11/minifram.cpp +++ b/src/x11/minifram.cpp @@ -1,16 +1,20 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: minifram.cpp +// Name: src/x11/minifram.cpp // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported. // Author: Julian Smart // Modified by: // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#include "wx/wxprec.h" + +#if wxUSE_MINIFRAME + #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) - +#endif // wxUSE_MINIFRAME