]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/object.h
Create a small helper class for Unity global menu bug workaround.
[wxWidgets.git] / include / wx / gtk / private / object.h
index 404dc081290f29bfe573cd12e67e0b4ec17ff5c6..f007371977d892452cad2c60c8d922dd0f984138 100644 (file)
@@ -29,7 +29,7 @@ private:
 
     // copying could be implemented by using g_object_ref() but for now there
     // is no need for it so don't implement it
-    DECLARE_NO_COPY_CLASS(wxGtkObject)
+    wxDECLARE_NO_COPY_CLASS(wxGtkObject);
 };
 
 #endif // _WX_GTK_PRIVATE_OBJECT_H_