X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBinObjMgt%2FBinObjMgt_Persistent.lxx;h=9ea3282cf69c8cf09c26948b4e71a8da2de8cf85;hb=d5c71e2057bfe1cbcadd6564f207841eb9e26355;hpb=9e5e4c0c849d2549afb3ef2b764496562545cb01 diff --git a/src/BinObjMgt/BinObjMgt_Persistent.lxx b/src/BinObjMgt/BinObjMgt_Persistent.lxx index c7c22afc07..9ea3282cf6 100644 --- a/src/BinObjMgt/BinObjMgt_Persistent.lxx +++ b/src/BinObjMgt/BinObjMgt_Persistent.lxx @@ -34,6 +34,7 @@ inline void BinObjMgt_Persistent::SetId (const Standard_Integer theId) inline void BinObjMgt_Persistent::SetTypeId (const Standard_Integer theTypeId) { ((Standard_Integer*) myData(1)) [0] = theTypeId; + myStreamStart.Nullify(); } //=======================================================================