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>
|
template <typename A, typename C>
|
||||||
asynStatus setAxisParamImpl(A *axis, C *controller, const char *indexName,
|
asynStatus setAxisParamImpl(A *axis, C *controller, const char *indexName,
|
||||||
int (sinqController::*func)(), double writeValue,
|
int (C::*func)(), double writeValue,
|
||||||
const char *callerFunctionName, int lineNumber,
|
const char *callerFunctionName, int lineNumber,
|
||||||
TypeTag<double>) {
|
TypeTag<double>) {
|
||||||
int indexValue = (controller->*func)();
|
int indexValue = (controller->*func)();
|
||||||
|
Reference in New Issue
Block a user