summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/record.h')
-rw-r--r--Build/source/utils/asymptote/record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/record.h b/Build/source/utils/asymptote/record.h
index b11ffcc53b7..6a285e2afc6 100644
--- a/Build/source/utils/asymptote/record.h
+++ b/Build/source/utils/asymptote/record.h
@@ -56,7 +56,7 @@ public:
return true;
}
- size_t hash() {
+ size_t hash() const {
// Use the pointer, as two records are equivalent only if they are the
// same object.
return (size_t)this;