wxOverlay::~wxOverlay()
{
- m_impl;
+ delete m_impl;
}
bool wxOverlay::IsOk()
// generic implementation of wxOverlayImpl
// ----------------------------------------------------------------------------
-#if !wxHAS_NATIVE_OVERLAY
+#ifndef wxHAS_NATIVE_OVERLAY
wxOverlayImpl::wxOverlayImpl()
{