X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..926ce9e3ac32e1a33cc43420f76876fac8868436:/src/motif/minifram.cpp diff --git a/src/motif/minifram.cpp b/src/motif/minifram.cpp index bf6c50b350..b2e1ad6746 100644 --- a/src/motif/minifram.cpp +++ b/src/motif/minifram.cpp @@ -1,22 +1,19 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "minifram.h" -#endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" #include "wx/minifram.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) -#endif