Fixed typo
This commit is contained in:
@ -598,9 +598,8 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
|||||||
int (C::*func)(), bool *readValue,
|
int (C::*func)(), bool *readValue,
|
||||||
const char *callerFunctionName, int lineNumber,
|
const char *callerFunctionName, int lineNumber,
|
||||||
size_t msgSize, TypeTag<bool>) {
|
size_t msgSize, TypeTag<bool>) {
|
||||||
return getAxisParamImpl(axis, indexName, func,
|
return getAxisParamImpl(axis, indexName, func, static_cast<*int>(readValue),
|
||||||
static_cast<int *>(readValue), callerFunctionName,
|
callerFunctionName, lineNumber, msgSize);
|
||||||
lineNumber, msgSize);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename A, typename C>
|
template <typename A, typename C>
|
||||||
|
Reference in New Issue
Block a user