specify path return value namespace to fix compiler error, closes #269

This commit is contained in:
Thomas Fussell 2018-04-24 18:06:30 -04:00
parent ec1584240c
commit 78ae9bbb89

View File

@ -712,7 +712,7 @@ public:
/// <summary>
/// Returns the path of this worksheet in the containing package.
/// </summary>
path path() const;
xlnt::path path() const;
/// <summary>
/// Returns the relationship from the parent workbook to this worksheet.