From 4e8485b0ddecb55f72929dd6233f254a1e7bf5b0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Jul 2010 22:39:53 +0000 Subject: asy 2.02 git-svn-id: svn://tug.org/texlive/trunk@19378 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/utils/asymptote/record.h') 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; -- cgit v1.2.3