From 448a5189fd55cf4918b95d7104ede9c02902a0e9 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 8 Feb 2002 07:47:03 +0000 Subject: [PATCH] Removed the const in method eoInit & atomInit() --- eo/src/eoInit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoInit.h b/eo/src/eoInit.h index 3d5f6835..2e3b48f5 100644 --- a/eo/src/eoInit.h +++ b/eo/src/eoInit.h @@ -137,7 +137,7 @@ typedef typename EOT::AtomType AtomType; } // accessor to the atom initializer (needed by operator constructs sometimes) - const eoInit & atomInit() {return init;} + eoInit & atomInit() {return init;} private : unsigned offset;