aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/polymorphic-object-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-04 13:40:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-04 13:40:31 +0200
commit485ae35a88fe2500574797d7342cfa7585e9e191 (patch)
tree977ba286e2d5d2659ab691d8173f556bf60a3594 /odb/pgsql/polymorphic-object-statements.txx
parent259a683ec2a4f777f605bdd527b9882c3a965ee3 (diff)
View versioning support
Diffstat (limited to 'odb/pgsql/polymorphic-object-statements.txx')
-rw-r--r--odb/pgsql/polymorphic-object-statements.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/polymorphic-object-statements.txx b/odb/pgsql/polymorphic-object-statements.txx
index 694c3e9..f6b223b 100644
--- a/odb/pgsql/polymorphic-object-statements.txx
+++ b/odb/pgsql/polymorphic-object-statements.txx
@@ -138,7 +138,7 @@ namespace odb
// The same code as in object_statements::load_delayed_().
//
- traits_calls<T> tc (svm);
+ object_traits_calls<T> tc (svm);
if (!tc.find_ (sts, &id))
throw object_not_persistent ();