From f6ba3f4eeba6c91a29ccded1429be82731a8b8c5 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 2 Feb 2014 04:01:46 +0000 Subject: [PATCH] Misc --- source/modules/theme/CarlaStyleAnimations.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }