From a0b674b26efa7b1cc090f828c9a626c32339c055 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 15 May 2025 14:24:53 +0200 Subject: [PATCH] Made some functions virtual so they can be overwritten --- src/sinqAxis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.h b/src/sinqAxis.h index 59e3596..8dc42ac 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -170,7 +170,7 @@ class epicsShareClass sinqAxis : public asynMotorAxis { * * @return asynStatus */ - asynStatus reset(); + virtual asynStatus reset(); /** * @brief Implementation of the "proper", device-specific `reset` method.