warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1732,7 +1732,7 @@ void wxTable::SetColDefs (int index, const char *fieldName, int dataType, void *
|
|||||||
wxColDataPtr* wxTable::SetColDefs (wxColInf *pColInfs, ULONG numCols)
|
wxColDataPtr* wxTable::SetColDefs (wxColInf *pColInfs, ULONG numCols)
|
||||||
{
|
{
|
||||||
assert(pColInfs);
|
assert(pColInfs);
|
||||||
wxColDataPtr *pColDataPtrs;
|
wxColDataPtr *pColDataPtrs = NULL;
|
||||||
|
|
||||||
if (pColInfs)
|
if (pColInfs)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user