From: cas Date: Thu, 17 May 2001 17:56:25 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=ed63cf57629da757ff1f932a63f2f78c73a68444;p=occt-wok.git No comments --- 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; $