diff options
Diffstat (limited to 'include/tools/gen.hxx')
-rw-r--r-- | include/tools/gen.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx index 2603070589e8..0165cff1c5b8 100644 --- a/include/tools/gen.hxx +++ b/include/tools/gen.hxx @@ -24,6 +24,7 @@ #include <limits.h> #include <algorithm> #include <ostream> +#include <config_options.h> class SvStream; namespace rtl @@ -67,7 +68,7 @@ inline bool equal(Pair const & p1, Pair const & p2) // Point class Size; -class SAL_WARN_UNUSED SAL_DLLPUBLIC_EXPORT Point final : protected Pair +class SAL_WARN_UNUSED UNLESS_MERGELIBS(SAL_DLLPUBLIC_EXPORT) Point final : protected Pair { public: Point() {} |