From 3b17675bd172b455c516ed7c300a681de3609772 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 29 Oct 2016 10:43:43 -0400 Subject: [PATCH] fix linkage for msvc shared build --- include/xlnt/cell/comment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/cell/comment.hpp b/include/xlnt/cell/comment.hpp index 2326e139..9662452f 100644 --- a/include/xlnt/cell/comment.hpp +++ b/include/xlnt/cell/comment.hpp @@ -68,7 +68,7 @@ public: /// /// Return true if both comments are equivalent. /// - friend bool operator==(const comment &left, const comment &right); + friend XLNT_API bool operator==(const comment &left, const comment &right); private: formatted_text text_;