diff options
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 272faa47..c8154c4c 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -83,7 +83,7 @@ public: This function is only safe to call in sequential contexts, and runs both process thread and main iterations in lock-step. - @param Interval in milliseconds to sleep between each block. + @param sleep_ms Interval in milliseconds to sleep between each block. */ virtual void flush_events(const std::chrono::milliseconds& sleep_ms) = 0; |