From 372ac1950628f7ae2f555181c57e3f69b45dbb7d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Apr 2017 20:18:36 +0200 Subject: Fix const correctness --- ingen/EngineBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index a57743fe..f857f14a 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -66,7 +66,7 @@ public: /** Return true iff events are waiting to be processed. */ - virtual bool pending_events() = 0; + virtual bool pending_events() const = 0; /** Flush any pending events. -- cgit v1.2.1