aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index cc7495f..54c369d 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -104,7 +104,7 @@ namespace odb
private:
database_type& db_;
pointer_type current_;
- typename pointer_traits::guard_type guard_;
+ typename pointer_traits::guard guard_;
};
template <typename T>