summaryrefslogtreecommitdiffstats
path: root/include/basegfx/matrix
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-14 14:37:26 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-14 14:39:50 +0300
commit554765b1eeade83b8b2ce537787ae4becde4d9b0 (patch)
tree2285d305d78a98d00d6c516b080bacd66775eae7 /include/basegfx/matrix
parentEXCEPTIONS_OFF is never defined (diff)
downloadcore-554765b1eeade83b8b2ce537787ae4becde4d9b0.tar.gz
core-554765b1eeade83b8b2ce537787ae4becde4d9b0.zip
Add BASEGFX_DLLPUBLIC hoping to fix Windows build
Change-Id: I821a51c65e4596516081e5f4b96283616056b60d
Diffstat (limited to 'include/basegfx/matrix')
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 39682c06331a..3f95beb72207 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -129,7 +129,7 @@ namespace basegfx
}
/// special for the case to map from source range to target range
- B2DHomMatrix createSourceRangeTargetRangeTransform(
+ BASEGFX_DLLPUBLIC B2DHomMatrix createSourceRangeTargetRangeTransform(
const B2DRange& rSourceRange,
const B2DRange& rTargetRange);