diff options
Diffstat (limited to 'lib/dbRecordSet.h')
-rw-r--r-- | lib/dbRecordSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbRecordSet.h b/lib/dbRecordSet.h index 3bea950..80919dc 100644 --- a/lib/dbRecordSet.h +++ b/lib/dbRecordSet.h @@ -9,7 +9,7 @@ namespace MyGrate { class RowView { public: - RowView(const RecordSet * rs, std::size_t rw = 0); + explicit RowView(const RecordSet * rs, std::size_t rw = 0); DbValue operator[](std::size_t col) const; |