X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ce52f3d4eb9e5f915b9f48a8185431edb14c647..47ac374e0d4b9cbddb98a28a2ffa047b02143803:/src/os2/minifram.cpp diff --git a/src/os2/minifram.cpp b/src/os2/minifram.cpp new file mode 100644 index 0000000000..b42905ebbf --- /dev/null +++ b/src/os2/minifram.cpp @@ -0,0 +1,21 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: minifram.cpp +// Purpose: wxMiniFrame +// Author: Julian Smart +// Modified by: +// Created: 04/01/98 +// RCS-ID: $Id: minifram.cpp 49299 2007-10-21 18:07:29Z PC $ +// Copyright: (c) Julian Smart +// 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