diff options
Diffstat (limited to 'emfio/inc/wmfreader.hxx')
-rw-r--r-- | emfio/inc/wmfreader.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/wmfreader.hxx b/emfio/inc/wmfreader.hxx index a7dff2b94d85..f7788d53651c 100644 --- a/emfio/inc/wmfreader.hxx +++ b/emfio/inc/wmfreader.hxx @@ -35,7 +35,7 @@ namespace emfio sal_uInt32 mnRecSize; // embedded EMF data - std::unique_ptr<SvMemoryStream> mpEMFStream; + std::optional<std::vector<sal_uInt8>> mpEMFStream; // total number of comment records containing EMF data sal_uInt32 mnEMFRecCount; |