diff --git a/apps/graph/function_store.cpp b/apps/graph/function_store.cpp index b3c6a03e2..ccdbc2263 100644 --- a/apps/graph/function_store.cpp +++ b/apps/graph/function_store.cpp @@ -17,6 +17,21 @@ Graph::Function * Graph::FunctionStore::functionAtIndex(int i) { return &m_functions[i]; } +Graph::Function * Graph::FunctionStore::activeFunctionAtIndex(int i) { + assert(i>=0 && i