From 3bf42ed8ccc93a3ff5fdabb9153b887018075acc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2010 11:44:48 +0200 Subject: Add support for selective polymorphic in C++/Tree New options: --polymorphic-type, --polymorphic-type-all. --- tests/cxx/tree/prefix/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cxx/tree/prefix') diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile index 5de6fba..3317161 100644 --- a/tests/cxx/tree/prefix/makefile +++ b/tests/cxx/tree/prefix/makefile @@ -35,7 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): xsd := $(out_root)/xsd/xsd $(gen): xsd_options := --generate-serialization --generate-polymorphic \ ---root-element root +--polymorphic-type foo\\\#base --root-element root $(gen): $(out_root)/xsd/xsd $(call include-dep,$(dep)) -- cgit v1.1