]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/tls.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / unix / tls.h
index 5f5744c16426d46545bdeff1d3abcd752762ceaf..126ccd2b17be80bf0139d84a47a244c24c6cab42 100644 (file)
@@ -54,7 +54,7 @@ public:
 private:
     pthread_key_t m_key;
 
-    DECLARE_NO_COPY_CLASS(wxTlsKey)
+    wxDECLARE_NO_COPY_CLASS(wxTlsKey);
 };
 
 #endif // _WX_UNIX_TLS_H_