aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index e87374e..cc7495f 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -77,10 +77,10 @@ namespace odb
protected:
virtual void
- current (object_type&) = 0;
+ load (object_type&) = 0;
virtual id_type
- current_id () = 0;
+ load_id () = 0;
virtual void
next () = 0;