diff options
Diffstat (limited to 'src/interfaces/odbc/qresult.c')
-rw-r--r-- | src/interfaces/odbc/qresult.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/qresult.c b/src/interfaces/odbc/qresult.c index 8e5ffdf55c2..c13b992b9b5 100644 --- a/src/interfaces/odbc/qresult.c +++ b/src/interfaces/odbc/qresult.c @@ -77,7 +77,7 @@ QR_inc_base(QResultClass *self, int base_inc) /************************************/ QResultClass * -QR_Constructor() +QR_Constructor(void) { QResultClass *rv; |