From 33fdfd7eadab70d9b74388058e7efc801dfe23c2 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 3 Dec 2016 16:40:24 +0100 Subject: [PATCH] manifest... --- include/xlnt/packaging/manifest.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/packaging/manifest.hpp b/include/xlnt/packaging/manifest.hpp index a0fe917b..e1d4a561 100644 --- a/include/xlnt/packaging/manifest.hpp +++ b/include/xlnt/packaging/manifest.hpp @@ -66,7 +66,7 @@ public: /// Returns the relationship with "source" as the source and with a type of "type". /// Throws a key_not_found exception if no such relationship is found. /// - relationship relationship(const path &source, relationship_type type) const; + class relationship relationship(const path &source, relationship_type type) const; /// /// Returns the relationship with "source" as the source and with an ID of "rel_id".