From: Włodzimierz Skiba Date: Mon, 12 Jul 2004 14:52:16 +0000 (+0000) Subject: Warning fix for lack of -> operator. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69b69d5ad972c1fc3c6a65130055b68cf101bda6 Warning fix for lack of -> operator. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 3530eb3f3e..61d4a1b72c 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -131,7 +131,7 @@ class wxHtmlHelpHtmlWindow : public wxHtmlWindow // wxHtmlHelpFrame::m_mergedIndex //--------------------------------------------------------------------------- -WX_DEFINE_ARRAY(const wxHtmlHelpDataItem*, wxHtmlHelpDataItemPtrArray); +WX_DEFINE_ARRAY_PTR(const wxHtmlHelpDataItem*, wxHtmlHelpDataItemPtrArray); struct wxHtmlHelpMergedIndexItem {