diff options
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/vector/b2dvector.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/vector/b2dvector.hxx b/include/basegfx/vector/b2dvector.hxx index 6c452f89bd47..d091ec2cda27 100644 --- a/include/basegfx/vector/b2dvector.hxx +++ b/include/basegfx/vector/b2dvector.hxx @@ -37,7 +37,7 @@ namespace basegfx @see B2DTuple */ - class BASEGFX_DLLPUBLIC B2DVector : public ::basegfx::B2DTuple + class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC B2DVector : public ::basegfx::B2DTuple { public: /** Create a 2D Vector |