replace typedef function ptr by std::function
start PIMap refactoring
This commit is contained in:
@@ -194,7 +194,7 @@ int PIEvaluatorContent::addVariable(const PIString & name, const complexd & val)
|
||||
}
|
||||
|
||||
|
||||
void PIEvaluatorContent::addCustomFunction(const PIString & name, int args_count, FuncFunc func) {
|
||||
void PIEvaluatorContent::addCustomFunction(const PIString & name, int args_count, PIEvaluatorTypes::FuncHanlder func) {
|
||||
functions << PIEvaluatorTypes::Function(name, args_count, func);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user