X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/motif/minifram.cpp diff --git a/src/motif/minifram.cpp b/src/motif/minifram.cpp index d1aabac578..b03bbc8762 100644 --- a/src/motif/minifram.cpp +++ b/src/motif/minifram.cpp @@ -1,16 +1,21 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: minifram.cpp +// Name: src/motif/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 ///////////////////////////////////////////////////////////////////////////// +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#if wxUSE_MINIFRAME + #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) - +#endif // wxUSE_MINIFRAME