From 8d89bf37dd4ef3cb7373e1841ff57a53916fff0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Mar 2012 08:36:21 +0200 Subject: Polymorphic inheritance support --- odb/processor.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'odb/processor.cxx') diff --git a/odb/processor.cxx b/odb/processor.cxx index 981cb31..0299ad5 100644 --- a/odb/processor.cxx +++ b/odb/processor.cxx @@ -12,13 +12,16 @@ using namespace std; void processor:: -process (options const& ops, semantics::unit& unit, semantics::path const&) +process (options const& ops, + features& f, + semantics::unit& unit, + semantics::path const&) { try { // Process types. // - auto_ptr ctx (create_context (cerr, unit, ops, 0)); + auto_ptr ctx (create_context (cerr, unit, ops, f, 0)); relational::process (); } catch (operation_failed const&) -- cgit v1.1