From: cas Date: Thu, 28 Feb 2002 18:10:19 +0000 (+0000) Subject: OCC206 contribution from http X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d842533c08fe1010420c3ef0d33b4bf4e19512f0;p=occt-wok.git OCC206 contribution from http --- diff --git a/src/MS/MS_Class.cxx b/src/MS/MS_Class.cxx index e915f18..5fc6b16 100755 --- a/src/MS/MS_Class.cxx +++ b/src/MS/MS_Class.cxx @@ -112,7 +112,7 @@ void MS_Class::Inherit(const Handle(TCollection_HAsciiString)& aClass) Handle(MS_HSequenceOfClass) MS_Class::GetInherits() const { - Handle(MS_HSequenceOfClass) aClassSeq; + Handle(MS_HSequenceOfClass) aClassSeq = new MS_HSequenceOfClass(); if (GetMetaSchema() != UndefinedHandleAddress) { Standard_Integer i;