added NO_PTR versions of ARRAY macros to suppress warnings (based on patch 770983)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-19 19:46:29 +00:00
parent 282e8e0c10
commit 6108e3fd32
9 changed files with 63 additions and 36 deletions

View File

@@ -69,7 +69,7 @@
// array classes
// ----------------------------------------------------------------------------
WX_DEFINE_EXPORTED_ARRAY(wxGridCellAttr *, wxArrayAttrs);
WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxGridCellAttr *, wxArrayAttrs);
struct wxGridCellWithAttr
{
@@ -332,7 +332,7 @@ struct wxGridDataTypeInfo
};
WX_DEFINE_EXPORTED_ARRAY(wxGridDataTypeInfo*, wxGridDataTypeInfoArray);
WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxGridDataTypeInfo*, wxGridDataTypeInfoArray);
class WXDLLEXPORT wxGridTypeRegistry