Using getIncPath()

This commit is contained in:
Pavel Shevaev 2023-11-27 11:49:42 +03:00
parent e4ba8a762f
commit ae55e3ffb9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function macro_BHL_REF($proc, $module, $func, $signature_json = '')
$mapped = false;
$bhl_proj = \taskman\bhl_proj();
$inc_path = isset($bhl_proj->inc_dirs) ? $bhl_proj->inc_dirs : $bhl_proj->src_dirs;
$inc_path = $bhl_proj->getIncPath();
foreach($inc_path as $dir)
{