Added missing (trivial) implementation file for wxMiniFrame on OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2008-04-09 21:30:02 +00:00
parent 0ce52f3d4e
commit 47ac374e0d
2 changed files with 22 additions and 0 deletions

View File

@ -2064,6 +2064,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/menu.cpp
src/os2/menuitem.cpp
src/os2/metafile.cpp
src/os2/minifram.cpp
src/os2/msgdlg.cpp
src/os2/nativdlg.cpp
src/os2/notebook.cpp

21
src/os2/minifram.cpp Normal file
View File

@ -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