summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index 1ea048eb..96648afe 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -108,7 +108,7 @@ public:
}
/** Return the current time in microseconds. */
- uint64_t current_time(const RunContext& context) const;
+ uint64_t current_time() const;
/** Reset the load statistics (when the expected DSP load changes). */
void reset_load();