summaryrefslogtreecommitdiffstats
path: root/src/dal/recordset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dal/recordset.h')
-rw-r--r--src/dal/recordset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dal/recordset.h b/src/dal/recordset.h
index 1eed47d..a42b3d6 100644
--- a/src/dal/recordset.h
+++ b/src/dal/recordset.h
@@ -81,7 +81,7 @@ class RecordSet
* @return the number of rows.
*/
unsigned int
- rows(void)
+ rows(void) const
throw();
@@ -91,7 +91,7 @@ class RecordSet
* @return the number of columns.
*/
unsigned int
- cols(void)
+ cols(void) const
throw();