diff --git a/source/modules/theme/CarlaStyleAnimations.hpp b/source/modules/theme/CarlaStyleAnimations.hpp index 440b8f5e8..7124ced29 100644 --- a/source/modules/theme/CarlaStyleAnimations.hpp +++ b/source/modules/theme/CarlaStyleAnimations.hpp @@ -93,7 +93,7 @@ public: } protected: - bool isUpdateNeeded() const override + virtual bool isUpdateNeeded() const { return currentTime() > _delay; }