aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/object-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/object-result.txx')
-rw-r--r--odb/mysql/object-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/object-result.txx b/odb/mysql/object-result.txx
index e8b3560..502cb8c 100644
--- a/odb/mysql/object-result.txx
+++ b/odb/mysql/object-result.txx
@@ -36,7 +36,7 @@ namespace odb
template <typename T>
void object_result_impl<T>::
- load (object_type& obj)
+ load (object_type& obj, bool)
{
if (count_ > statement_->fetched ())
fetch ();