diff options
Diffstat (limited to 'emfio/inc')
-rw-r--r-- | emfio/inc/mtftools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx index 736b1da2fe74..e335dc99fbf1 100644 --- a/emfio/inc/mtftools.hxx +++ b/emfio/inc/mtftools.hxx @@ -455,7 +455,7 @@ namespace emfio {} }; - class EMFIO_DLLPUBLIC MtfTools + class MtfTools { MtfTools(MtfTools const &) = delete; MtfTools& operator =(MtfTools const &) = delete; |