X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d03824751913dd8caae70c9ee7465374c84ef706..d1fc95780b48e4663cdc45dddc7e211ca813e52e:/include/wx/nativewin.h

diff --git a/include/wx/nativewin.h b/include/wx/nativewin.h
index be24584745..60d94037cf 100644
--- a/include/wx/nativewin.h
+++ b/include/wx/nativewin.h
@@ -145,6 +145,9 @@ public:
         return false;
     }
 
+#ifdef __WXMSW__
+    virtual bool IsShown() const;
+#endif // __WXMSW__
 
     // this is an implementation detail: called when the native window is
     // destroyed by an outside agency; deletes the C++ object too but can in
@@ -159,7 +162,7 @@ protected:
 #endif // __WXMSW__
 
 private:
-    DECLARE_NO_COPY_CLASS(wxNativeContainerWindow)
+    wxDECLARE_NO_COPY_CLASS(wxNativeContainerWindow);
 };
 
 #endif // wxHAS_NATIVE_CONTAINER_WINDOW