mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
specify path return value namespace to fix compiler error, closes #269
This commit is contained in:
parent
ec1584240c
commit
78ae9bbb89
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user