From ed63cf57629da757ff1f932a63f2f78c73a68444 Mon Sep 17 00:00:00 2001 From: cas Date: Thu, 17 May 2001 17:56:25 +0000 Subject: [PATCH] No comments --- src/CPPIntExt/Interface_Template.edl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CPPIntExt/Interface_Template.edl b/src/CPPIntExt/Interface_Template.edl index 7668a99..369bcce 100755 --- a/src/CPPIntExt/Interface_Template.edl +++ b/src/CPPIntExt/Interface_Template.edl @@ -75,7 +75,7 @@ ${ $ char* ErrMsg = "Error: We have found a method but we can't execute it:"; $ $ -$ static k_init = 0; +$ static int k_init = 0; $ if (!k_init) { $ k_init =1; $ @@ -103,7 +103,7 @@ $ const Standard_Address t ${ $ char* ErrMsg = "Error: We have found a method but we can't execute it:"; $ -$ static k_init = 0; +$ static int k_init = 0; $ if (!k_init) { $ k_init =1; $ -- 2.39.5