Skip to content

Commit 8c285f2

Browse files
committed
missing definition
1 parent 7b65bea commit 8c285f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/maxplus/graph/mpstatespace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
namespace MaxPlus {
5050

5151
using ELSState = ::FSM::Labeled::State<CId, MPString>;
52+
using ELSStateRef = ::FSM::Labeled::StateRef<CId, MPString>;
5253
using ELSEdge = ::FSM::Labeled::Edge<CId, MPString>;
5354
using ELSEdgeRef = ::FSM::Labeled::EdgeRef<CId, MPString>;
5455
using ELSSetOfStates = ::FSM::Labeled::SetOfStates<CId, MPString>;

0 commit comments

Comments
 (0)