From 81d45973412c675e3c0b4a10b64d811a219feeae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 14:59:56 +0100 Subject: Fix atomic event execution --- src/server/Event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/Event.hpp') diff --git a/src/server/Event.hpp b/src/server/Event.hpp index a0adb564..45231cdd 100644 --- a/src/server/Event.hpp +++ b/src/server/Event.hpp @@ -95,7 +95,7 @@ public: /** Return the status (success or error code) of this event. */ Status status() const { return _status; } - /** Return the blocking behaviour of this event (after pre_process()) */ + /** Return the blocking behaviour of this event (after construction). */ virtual Execution get_execution() const { return Execution::NORMAL; } /** Return undo mode of this event. */ -- cgit v1.2.1