From: mpv Date: Thu, 17 Sep 2015 16:31:22 +0000 (+0300) Subject: Minor changes X-Git-Tag: V_1.4.0~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b96880ab361bca4fa6d7b43f721d930953435e8;p=modules%2Fshaper.git Minor changes --- diff --git a/src/Model/Model_Document.cpp b/src/Model/Model_Document.cpp index b16353816..9070ccc7a 100644 --- a/src/Model/Model_Document.cpp +++ b/src/Model/Model_Document.cpp @@ -105,6 +105,7 @@ bool Model_Document::load(const char* theFileName, DocumentPtr theThis) } TCollection_ExtendedString aPath(DocFileName(theFileName, myID)); PCDM_ReaderStatus aStatus = (PCDM_ReaderStatus) -1; + Handle(TDocStd_Document) aLoaded; try { aStatus = anApp->Open(aPath, aLoaded); } catch (Standard_Failure) {