summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/color/bcolormodifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/inc/basegfx/color/bcolormodifier.hxx')
-rw-r--r--basegfx/inc/basegfx/color/bcolormodifier.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/color/bcolormodifier.hxx b/basegfx/inc/basegfx/color/bcolormodifier.hxx
index b109f05c7e11..368216be0fb7 100644
--- a/basegfx/inc/basegfx/color/bcolormodifier.hxx
+++ b/basegfx/inc/basegfx/color/bcolormodifier.hxx
@@ -31,6 +31,7 @@
#include <basegfx/color/bcolor.hxx>
#include <vector>
+#include <basegfx/basegfxdllapi.h>
//////////////////////////////////////////////////////////////////////////////
@@ -49,7 +50,7 @@ namespace basegfx
/** Class to hold a color, value and mode for a color modification. Color modification is
done calling the getModifiedColor() method
*/
- class BColorModifier
+ class BASEGFX_DLLPUBLIC BColorModifier
{
protected:
::basegfx::BColor maBColor;
@@ -89,7 +90,7 @@ namespace basegfx
/** Class to hold a stack of BColorModifiers and to get the modified color with
applying all existing entry changes
*/
- class BColorModifierStack
+ class BASEGFX_DLLPUBLIC BColorModifierStack
{
protected:
::std::vector< BColorModifier > maBColorModifiers;