From 55f943ba1b31542157b984b5955b91261c280f46 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Mon, 12 Jan 2015 19:39:57 +0100 Subject: hopefully repaired multiple inheritance chaos. --- test/core/model/TestDocumentBuilder.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/core/model/TestDocumentBuilder.hpp b/test/core/model/TestDocumentBuilder.hpp index a09b081..081e934 100644 --- a/test/core/model/TestDocumentBuilder.hpp +++ b/test/core/model/TestDocumentBuilder.hpp @@ -135,7 +135,7 @@ Rooted buildRootStructuredEntity(Handle document, * contain a StructuredClass with the given name. */ Rooted buildStructuredEntity( - Handle document, Logger &logger, Handle parent, + Handle document, Logger &logger, Handle parent, Path path, const std::string &fieldName = "", Variant attributes = {}, std::string name = "") { @@ -191,7 +191,7 @@ Rooted buildStructuredEntity( * input handle was empty. */ Rooted buildPrimitiveEntity( - Logger &logger, Handle parent, Variant content = {}, + Logger &logger, Handle parent, Variant content = {}, const std::string &fieldName = "") { // If the input handles are not set, we can not build the entity. @@ -228,7 +228,7 @@ Rooted buildPrimitiveEntity( * input handle was empty. */ Rooted buildAnchor(Logger &logger, - Handle parent, + Handle parent, std::string id, const std::string &fieldName = "") { -- cgit v1.2.3