Update main.h

This commit is contained in:
sam-astro 2022-01-05 10:49:07 -05:00 committed by GitHub
parent 40bb09d7c8
commit 3448f39203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@
using namespace std;
any ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
any ExecuteFunction(const string functionName, const vector<any> inputVarVals)
#endif