mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
use NGHolder::foo in favour of NFAGraph::foo
This commit is contained in:
@@ -58,7 +58,7 @@ namespace ue2 {
|
||||
|
||||
struct StateInfo {
|
||||
StateInfo(NFAVertex v, const CharReach &cr) : vertex(v), reach(cr) {}
|
||||
StateInfo() : vertex(NFAGraph::null_vertex()) {}
|
||||
StateInfo() : vertex(NGHolder::null_vertex()) {}
|
||||
NFAVertex vertex;
|
||||
CharReach reach;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user