зеркало из https://github.com/mono/CppSharp.git
Call VisitDeclaration when visiting enumeration items.
This commit is contained in:
Родитель
3b7199f61c
Коммит
e74c72cb31
|
@ -437,6 +437,9 @@ namespace CppSharp.AST
|
|||
|
||||
public virtual bool VisitEnumItemDecl(Enumeration.Item item)
|
||||
{
|
||||
if (!VisitDeclaration(item))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче