mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
specify relationship member namespace to fix compiler error, closes #268
This commit is contained in:
parent
50850ffb8a
commit
ec1584240c
|
@ -32,7 +32,7 @@ namespace detail {
|
|||
|
||||
struct hyperlink_impl
|
||||
{
|
||||
relationship relationship;
|
||||
xlnt::relationship relationship;
|
||||
std::string tooltip;
|
||||
std::string display;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user