fix linkage for msvc shared build

This commit is contained in:
Thomas Fussell 2016-10-29 10:43:43 -04:00
parent 5af753c443
commit 3b17675bd1

View File

@ -68,7 +68,7 @@ public:
/// <summary>
/// Return true if both comments are equivalent.
/// </summary>
friend bool operator==(const comment &left, const comment &right);
friend XLNT_API bool operator==(const comment &left, const comment &right);
private:
formatted_text text_;