summaryrefslogtreecommitdiff
path: root/core/crypto/hashing_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto/hashing_context.h')
-rw-r--r--core/crypto/hashing_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h
index 892a48a4e8..31521a147c 100644
--- a/core/crypto/hashing_context.h
+++ b/core/crypto/hashing_context.h
@@ -31,10 +31,10 @@
#ifndef HASHING_CONTEXT_H
#define HASHING_CONTEXT_H
-#include "core/object/reference.h"
+#include "core/object/ref_counted.h"
-class HashingContext : public Reference {
- GDCLASS(HashingContext, Reference);
+class HashingContext : public RefCounted {
+ GDCLASS(HashingContext, RefCounted);
public:
enum HashType {