From 9c5c4769a9c7a16aecc6cc7dd297bfe243dd022f Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 29 Jul 2003 01:18:33 +0000 Subject: fix potential threading problem with initialization of static objects --- xtr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtr.h') diff --git a/xtr.h b/xtr.h index 8f3ef278..89d39f03 100644 --- a/xtr.h +++ b/xtr.h @@ -33,7 +33,7 @@ public: c2.swap(a.c2); } - static GFP2Element & Zero(); + static const GFP2Element & Zero(); Integer c1, c2; }; -- cgit v1.2.1