From 130d691d607f2ff78865cc84b6fe46a7e79daa9a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2011 14:00:18 +0200 Subject: Cosmetic changes and cleanups Rename some functions to have consistent names. Add object() predicate. --- odb/include.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/include.cxx') diff --git a/odb/include.cxx b/odb/include.cxx index 8d70b64..a01e754 100644 --- a/odb/include.cxx +++ b/odb/include.cxx @@ -81,7 +81,7 @@ namespace // We only generate things for objects and composite value types. // - if (!(c.count ("object") || comp_value (c))) + if (!(object (c) || comp_value (c))) return; // This is a persistent object or composite value type declared in -- cgit v1.1