summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/Exif.hxx')
-rw-r--r--vcl/source/filter/jpeg/Exif.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx
index 4f872d4652c1..4cc823dcca27 100644
--- a/vcl/source/filter/jpeg/Exif.hxx
+++ b/vcl/source/filter/jpeg/Exif.hxx
@@ -41,7 +41,7 @@ enum Tag {
ORIENTATION = 0x0112
};
-class Exif
+class Exif final
{
private:
Orientation maOrientation;
@@ -68,7 +68,7 @@ private:
public:
Exif();
- virtual ~Exif();
+ ~Exif();
bool hasExif() { return mbExifPresent;}