Compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
147bf2639f
commit
78ce938eb8
@ -27,6 +27,7 @@
|
|||||||
#else // !wxHAS_NATIVE_OVERLAY
|
#else // !wxHAS_NATIVE_OVERLAY
|
||||||
|
|
||||||
#include "wx/bitmap.h"
|
#include "wx/bitmap.h"
|
||||||
|
#include "wx/window.h"
|
||||||
|
|
||||||
// generic implementation of wxOverlay
|
// generic implementation of wxOverlay
|
||||||
class wxOverlayImpl
|
class wxOverlayImpl
|
||||||
|
@ -45,7 +45,7 @@ wxOverlay::wxOverlay()
|
|||||||
|
|
||||||
wxOverlay::~wxOverlay()
|
wxOverlay::~wxOverlay()
|
||||||
{
|
{
|
||||||
m_impl;
|
delete m_impl;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxOverlay::IsOk()
|
bool wxOverlay::IsOk()
|
||||||
|
Loading…
Reference in New Issue
Block a user