MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -607,7 +607,7 @@ bool wxRecordSet::GetResultSet(void)
|
||||
curcol = cols.Append(name, col1);
|
||||
col1->SetName(name);
|
||||
col1->SetType(type);
|
||||
col1->SetNullable(nullable);
|
||||
col1->SetNullable((nullable != 0));
|
||||
|
||||
wxQueryField *field1 = new wxQueryField;
|
||||
fetch = fetchbuf.Append(field1);
|
||||
|
||||
Reference in New Issue
Block a user