mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix linkage for msvc shared build
This commit is contained in:
parent
5af753c443
commit
3b17675bd1
|
@ -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_;
|
||||
|
|
Loading…
Reference in New Issue
Block a user