summaryrefslogtreecommitdiff
path: root/package/inc/CRC32.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r--package/inc/CRC32.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index e19ed60d99c3..0791875217cb 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -39,7 +39,7 @@ public:
/// @throws css::uno::RuntimeException
void update(const css::uno::Sequence< sal_Int8 > &b);
/// @throws css::uno::RuntimeException
- sal_Int32 getValue();
+ sal_Int32 getValue() const;
/// @throws css::uno::RuntimeException
void reset();
};