]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
Add wxThreadEvent::SetPayload<T>().
[wxWidgets.git] / include / wx / stattext.h
index 73c1c93fc5fd07fb47b2c79ccdf606d5430e3be5..f8d7ede736f1e583001f94456e22f2eb3f91a076 100644 (file)
@@ -94,7 +94,7 @@ protected:      // functions required for wxST_ELLIPSIZE_* support
     virtual void DoSetLabel(const wxString& WXUNUSED(str)) { }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxStaticTextBase)
+    wxDECLARE_NO_COPY_CLASS(wxStaticTextBase);
 };
 
 // see wx/generic/stattextg.h for the explanation