diff options
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r-- | src/server/DirectDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp index a8c7c803..a9800947 100644 --- a/src/server/DirectDriver.hpp +++ b/src/server/DirectDriver.hpp @@ -82,7 +82,7 @@ public: virtual SampleCount frame_time() const { return 0; } virtual void append_time_events(RunContext& context, - Buffer& buffer) {} + Buffer& buffer) {} private: typedef boost::intrusive::list<EnginePort> Ports; |