From fef61bc804df37cc65f4fb5cb933b264d796eff1 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 17 Jun 2025 08:40:35 +0200 Subject: [PATCH] Fixed template error --- src/sinqAxis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.h b/src/sinqAxis.h index 5347ed1..5ed828b 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -458,7 +458,7 @@ asynStatus setAxisParamImpl(A *axis, C *controller, const char *indexName, template 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) { int indexValue = (controller->*func)();