]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
added wxTextEntry::DoGetValue() to allow returning empty string if the control curren...
[wxWidgets.git] / include / wx / msw / toplevel.h
index 1af76489f9729200e01be6915cf2172555cc5a6a..43721fa25fe4921d097508df75562b8c8ba6c494 100644 (file)
@@ -206,7 +206,7 @@ private:
 #endif
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW)
+    wxDECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW);
 };
 
 #endif // _WX_MSW_TOPLEVEL_H_