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/generator.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'odb/generator.hxx') diff --git a/odb/generator.hxx b/odb/generator.hxx index 4911883..5a1bbdf 100644 --- a/odb/generator.hxx +++ b/odb/generator.hxx @@ -6,6 +6,7 @@ #define ODB_GENERATOR_HXX #include +#include #include class generator @@ -14,7 +15,10 @@ public: class failed {}; void - generate (options const&, semantics::unit&, semantics::path const&); + generate (options const&, + features&, + semantics::unit&, + semantics::path const&); generator () {} -- cgit v1.1