Compile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-10-24 16:02:38 +00:00
parent 147bf2639f
commit 78ce938eb8
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#else // !wxHAS_NATIVE_OVERLAY
#include "wx/bitmap.h"
#include "wx/window.h"
// generic implementation of wxOverlay
class wxOverlayImpl

View File

@ -45,7 +45,7 @@ wxOverlay::wxOverlay()
wxOverlay::~wxOverlay()
{
m_impl;
delete m_impl;
}
bool wxOverlay::IsOk()