X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3d7473941a193fe1aed18b86a432b1600d55750..d3bd8b1a48d542ae8737a985052febe9ae0a5d63:/include/wx/gtk/private/object.h diff --git a/include/wx/gtk/private/object.h b/include/wx/gtk/private/object.h index 404dc08129..f007371977 100644 --- a/include/wx/gtk/private/object.h +++ b/include/wx/gtk/private/object.h @@ -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_