projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix warnings about parameters shadowing member variables
[wxWidgets.git]
/
src
/
iodbc
/
isqlext.h
diff --git
a/src/iodbc/isqlext.h
b/src/iodbc/isqlext.h
index caa8cd0a9b0a2833215f1de0958bfd69562e5f29..7a8527a0e63a0baebda4a77479c0670f89276900 100644
(file)
--- a/
src/iodbc/isqlext.h
+++ b/
src/iodbc/isqlext.h
@@
-1165,7
+1165,7
@@
RETCODE SQL_API SQLBindParameter (HSTMT hstmt, UWORD ipar, SWORD fParamType,
SDWORD cbValueMax, SDWORD FAR * pcbValue);
/*
- * Deprec
i
ated - use SQLSetStmtOptions
+ * Deprecated - use SQLSetStmtOptions
*/
RETCODE SQL_API SQLSetScrollOptions (HSTMT hstmt, UWORD fConcurrency,
SDWORD crowKeyset, UWORD crowRowset);