dll export pattern_fill and gradient_fill

This commit is contained in:
Thomas Fussell 2016-07-14 22:15:51 -04:00
parent 25b995bc78
commit 32707dde3b

View File

@ -31,7 +31,7 @@
namespace xlnt {
class pattern_fill : public hashable
class XLNT_CLASS pattern_fill : public hashable
{
public:
enum class type
@ -87,7 +87,7 @@ private:
std::experimental::optional<color> background_color_;
};
class gradient_fill : public hashable
class XLNT_CLASS gradient_fill : public hashable
{
public:
enum class type