specify relationship member namespace to fix compiler error, closes #268

This commit is contained in:
Thomas Fussell 2018-04-24 18:03:55 -04:00
parent 50850ffb8a
commit ec1584240c

View File

@ -32,7 +32,7 @@ namespace detail {
struct hyperlink_impl
{
relationship relationship;
xlnt::relationship relationship;
std::string tooltip;
std::string display;
};