X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..a02f7e511b32310210d3eead0fbda0445ea9beaf:/src/motif/minifram.cpp diff --git a/src/motif/minifram.cpp b/src/motif/minifram.cpp index 50524f2452..b03bbc8762 100644 --- a/src/motif/minifram.cpp +++ b/src/motif/minifram.cpp @@ -1,20 +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 ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "minifram.h" -#endif +// 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