A couple more 'int' to UWORD conversions I had not merged into my previous checkin.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-04-11 14:37:48 +00:00
parent 3fe813a9ad
commit e938ff5e20
3 changed files with 14 additions and 14 deletions

View File

@@ -2105,7 +2105,7 @@ wxDbColInf *wxDb::GetColumns(wxChar *tableName[], const wxChar *userID)
*/
{
UWORD noCols = 0;
int colNo = 0;
UWORD colNo = 0;
wxDbColInf *colInf = 0;
RETCODE retcode;
@@ -2263,7 +2263,7 @@ wxDbColInf *wxDb::GetColumns(const wxString &tableName, UWORD *numCols, const wx
{
UWORD noCols = 0;
int colNo = 0;
UWORD colNo = 0;
wxDbColInf *colInf = 0;
RETCODE retcode;
@@ -2518,7 +2518,7 @@ wxDbColInf *wxDb::GetColumns(const wxString &tableName, int *numCols, const wxCh
// to avoid undesired unbinding of columns.
{
UWORD noCols = 0;
int colNo = 0;
UWORD colNo = 0;
wxDbColInf *colInf = 0;
RETCODE retcode;