Просмотр исходного кода

+ set CObjData in the TMZExeOutput constructor

git-svn-id: trunk@30866 -
nickysn 10 лет назад
Родитель
Сommit
8515160e9d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      compiler/ogomf.pas

+ 1 - 0
compiler/ogomf.pas

@@ -912,6 +912,7 @@ implementation
     constructor TMZExeOutput.create;
       begin
         inherited create;
+        CObjData:=TOmfObjData;
       end;
 
 {****************************************************************************