From f733737193d4e4cb082e740b1d7338470111500e Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 10 Aug 2007 17:59:56 +0000 Subject: [PATCH] OCC15679 Standard_Type --- src/CPPIntExt/Engine_Template.edl | 2 +- src/CPPIntExt/Interface_Template.edl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CPPIntExt/Engine_Template.edl b/src/CPPIntExt/Engine_Template.edl index cbc849b..bd58d8e 100755 --- a/src/CPPIntExt/Engine_Template.edl +++ b/src/CPPIntExt/Engine_Template.edl @@ -42,7 +42,7 @@ $NULL}; $ $static Handle_Standard_Type _aType = $ new Standard_Type("Engine_Handle", -$ 0, // size is useless +$ sizeof(Engine_Handle), $ 0, $ (Standard_Address)_Ancestors, $ (Standard_Address)NULL); diff --git a/src/CPPIntExt/Interface_Template.edl b/src/CPPIntExt/Interface_Template.edl index cd57ce5..2699286 100755 --- a/src/CPPIntExt/Interface_Template.edl +++ b/src/CPPIntExt/Interface_Template.edl @@ -355,7 +355,7 @@ $NULL}; $ $_aType = $ new Standard_Type("%CLName", -$ 0, // size is useless +$ sizeof(%CLName), $ %NbInh, $ (Standard_Address)_Ancestors, $ (Standard_Address)NULL); @@ -380,7 +380,7 @@ $NULL}; $ $static Handle_Standard_Type _aType = $ new Standard_Type("%CLName", -$ 0, // size is useless +$ sizeof(%CLName), $ 0, $ 0, $ (Standard_Address)_Ancestors, -- 2.39.5