From 78ae9bbb89854f5d9e4062742668bae8b9faaaa1 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 24 Apr 2018 18:06:30 -0400 Subject: [PATCH] specify path return value namespace to fix compiler error, closes #269 --- include/xlnt/worksheet/worksheet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/worksheet/worksheet.hpp b/include/xlnt/worksheet/worksheet.hpp index 58227b85..c38ca33b 100644 --- a/include/xlnt/worksheet/worksheet.hpp +++ b/include/xlnt/worksheet/worksheet.hpp @@ -712,7 +712,7 @@ public: /// /// Returns the path of this worksheet in the containing package. /// - path path() const; + xlnt::path path() const; /// /// Returns the relationship from the parent workbook to this worksheet.