From c73c877f8bd09e0d5a6663ea5ba32a54465f5376 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Oct 2016 19:50:38 -0400 Subject: Fix OSX build --- ingen/SocketWriter.hpp | 2 +- ingen/StreamWriter.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen') diff --git a/ingen/SocketWriter.hpp b/ingen/SocketWriter.hpp index 871a63f5..e8b522f6 100644 --- a/ingen/SocketWriter.hpp +++ b/ingen/SocketWriter.hpp @@ -34,7 +34,7 @@ public: const Raul::URI& uri, SPtr sock); - size_t text_sink(const void* buf, size_t len) override; + size_t text_sink(const void* buf, size_t len); /** Override of bundle_end to terminate bundles in the stream. */ void bundle_end(); diff --git a/ingen/StreamWriter.hpp b/ingen/StreamWriter.hpp index 7a62382c..cefd51cc 100644 --- a/ingen/StreamWriter.hpp +++ b/ingen/StreamWriter.hpp @@ -35,7 +35,7 @@ public: FILE* stream, ColorContext::Color color); - size_t text_sink(const void* buf, size_t len) override; + size_t text_sink(const void* buf, size_t len); protected: FILE* _stream; -- cgit v1.2.1