diff --git a/include/wx/dbtable.h b/include/wx/dbtable.h index a07217ba8b..291c62e379 100644 --- a/include/wx/dbtable.h +++ b/include/wx/dbtable.h @@ -181,7 +181,7 @@ public: bool DeleteCursor(HSTMT *hstmtDel); void SetCursor(HSTMT *hstmtActivate = (void **) DEFAULT_CURSOR); HSTMT GetCursor(void) { return(hstmt); } - ULONG Count(void); + ULONG Count(const char *args="*"); int DB_STATUS(void) { return(pDb->DB_STATUS); } bool Refresh(void); bool SetNull(int colNo);