From c65a8de5ddddb516bab1c86cf8b286c1d84d5b22 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 24 Jul 2025 11:29:15 +0200 Subject: [PATCH] Made forcedPoll non-virtual so it doesn't break the ABI --- src/sinqAxis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.h b/src/sinqAxis.h index d210a9d..b3b7ffe 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -79,7 +79,7 @@ class epicsShareClass sinqAxis : public asynMotorAxis { the parameter library operation fails (in that case, returns the status of the failed operation). */ - virtual asynStatus forcedPoll(bool *moving); + asynStatus forcedPoll(bool *moving); /** * @brief Implementation of the "proper", device-specific poll method. This