X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9154a136d5e1d79a4be2cf012e4a815fdc6df3ff:/src/motif/minifram.cpp diff --git a/src/motif/minifram.cpp b/src/motif/minifram.cpp index d1aabac578..b2e1ad6746 100644 --- a/src/motif/minifram.cpp +++ b/src/motif/minifram.cpp @@ -1,14 +1,17 @@ ///////////////////////////////////////////////////////////////////////////// -// 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" + #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)