Fixed template error
This commit is contained in:
@ -458,7 +458,7 @@ asynStatus setAxisParamImpl(A *axis, C *controller, const char *indexName,
|
||||
|
||||
template <typename A, typename C>
|
||||
asynStatus setAxisParamImpl(A *axis, C *controller, const char *indexName,
|
||||
int (sinqController::*func)(), double writeValue,
|
||||
int (C::*func)(), double writeValue,
|
||||
const char *callerFunctionName, int lineNumber,
|
||||
TypeTag<double>) {
|
||||
int indexValue = (controller->*func)();
|
||||
|
Reference in New Issue
Block a user