From 3c5b84f94ac786426591d25edf2f6e19d9506859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 11:24:43 +0200 Subject: Add support for automatic object ids --- odb/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 3ca8d1e..59fa630 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -47,7 +47,7 @@ public: string column_name (semantics::data_member&) const; - string + virtual string column_type (semantics::data_member&) const; public: -- cgit v1.1