diff options
Diffstat (limited to 'src/server/Event.hpp')
-rw-r--r-- | src/server/Event.hpp | 2 |
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. */ |