Adding missing property to BhlProj

This commit is contained in:
Pavel Shevaev 2023-11-16 11:20:40 +03:00
parent 9cfff757c3
commit 9ffca32323
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ class BhlProj
public array $bindings_sources;
public array $postproc_sources;
public string $postproc_dll;
public string $bindings_dll;
public string $result_file;
public string $error_file;
public string $tmp_dir;