forked from lix-project/lix
Doh
This commit is contained in:
parent
0ac35b67b8
commit
9b845e6936
|
@ -166,6 +166,7 @@ public:
|
|||
auto i = state.its.find(act);
|
||||
if (i == state.its.end()) break;
|
||||
if (i->second->type == type) return true;
|
||||
act = i->second->parent;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue