aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-26 13:30:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-26 13:30:39 +0200
commit537873ae76666b201e6b9ee15e5172f2772f655a (patch)
tree7f1a5a8ab7cc24debacc09cc435055e8e45c7ef9 /odb/result.hxx
parent51a71bc5cfe38ab7d4789f90725f8a24f49bd057 (diff)
Rename guard_type to guard for consistency
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>