]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
revert r59246; the window parameter was there by purpose (i.e. for consistency with...
[wxWidgets.git] / samples / html / test / test.cpp
index 176bc81b428f4c33e15e96df15cbf22cd4688565..a0655c2d8471a54a1ad7b78709554b2f7d44137d 100644 (file)
@@ -60,7 +60,7 @@ private:
 #if wxUSE_CLIPBOARD
     DECLARE_EVENT_TABLE()
 #endif // wxUSE_CLIPBOARD
-    DECLARE_NO_COPY_CLASS(MyHtmlWindow)
+    wxDECLARE_NO_COPY_CLASS(MyHtmlWindow);
 };
 
 // Define a new frame type: this is going to be our main frame