summaryrefslogtreecommitdiffstats
path: root/package/inc/CRC32.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r--package/inc/CRC32.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index 854d11849b2a..778756475414 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -25,9 +25,8 @@
namespace com { namespace sun { namespace star {
namespace io { class XInputStream; }
} } }
-class CRC32
+class CRC32 final
{
-protected:
sal_uInt32 nCRC;
public:
CRC32();