aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkSHA1.h
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-23 18:06:23 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-23 18:06:23 +0000
commit8c6a4f24d331503b3eb9a5c918d5876772b9a5ee (patch)
tree15a17ad474d1dbde0a0908eb8ad0cc0295a0381f /src/utils/SkSHA1.h
parentab792828a57b663841dacffda9c2163e5e45d934 (diff)
ARGB image encoder for checksums.
Diffstat (limited to 'src/utils/SkSHA1.h')
-rw-r--r--src/utils/SkSHA1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkSHA1.h b/src/utils/SkSHA1.h
index 10bbc43c50..cf2cb8c679 100644
--- a/src/utils/SkSHA1.h
+++ b/src/utils/SkSHA1.h
@@ -17,7 +17,7 @@
//SK_CPU_BENDIAN allows 32 bit <=> 8 bit conversions without copies (if alligned).
//SK_CPU_FAST_UNALIGNED_ACCESS allows 32 bit <=> 8 bit conversions without copies if SK_CPU_BENDIAN.
-class SkSHA1 : SkWStream {
+class SkSHA1 : public SkWStream {
public:
SkSHA1();