From df5e687a53d6a22cff3e3729439254c870143193 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 9 Apr 2008 21:25:28 +0000 Subject: [PATCH] Added IMPLEMENT_DYNAMIC_CLASS for wxMiniFrame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/frame.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index f7ab688deb..c7519bd720 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -54,6 +54,12 @@ END_EVENT_TABLE() IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow) +#if wxUSE_MINIFRAME +#include "wx/minifram.h" +IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) +#endif // wxUSE_MINIFRAME + + // ============================================================================ // implementation // ============================================================================