summaryrefslogtreecommitdiffstats
path: root/src/server/Event.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 14:59:56 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 15:07:11 +0100
commit81d45973412c675e3c0b4a10b64d811a219feeae (patch)
treed1bcab9fb49798d51611730351c611f79f290d79 /src/server/Event.hpp
parentac0042bfe278e86696bea2d52f88730489e97f87 (diff)
downloadingen-81d45973412c675e3c0b4a10b64d811a219feeae.tar.gz
ingen-81d45973412c675e3c0b4a10b64d811a219feeae.tar.bz2
ingen-81d45973412c675e3c0b4a10b64d811a219feeae.zip
Fix atomic event execution
Diffstat (limited to 'src/server/Event.hpp')
-rw-r--r--src/server/Event.hpp2
1 files changed, 1 insertions, 1 deletions
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. */