summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-23 22:49:56 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-08-29 16:57:01 +0200
commit986a172a749288d5ee09eb548ff4b4a7153023fe (patch)
tree0a50f96130cafa6816d669246e951839d12eba19 /include/vcl/graph.hxx
parent9db0626cc365d752241632f0a5c44d3835f9330b (diff)
sal_uLong to sal_uInt32 for CRC32
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 7e0104055dbc..a99408d13ddb 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -160,7 +160,7 @@ public:
sal_uLong GetAnimationLoopCount() const;
- sal_uLong GetChecksum() const;
+ sal_uInt32 GetChecksum() const;
public: