summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/SocketWriter.hpp')
-rw-r--r--src/socket/SocketWriter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/SocketWriter.hpp b/src/socket/SocketWriter.hpp
index 2e27ea98..2a17d843 100644
--- a/src/socket/SocketWriter.hpp
+++ b/src/socket/SocketWriter.hpp
@@ -43,7 +43,7 @@ public:
~SocketWriter();
- void write(const LV2_Atom* msg);
+ bool write(const LV2_Atom* msg);
int fd() { return _socket->fd(); }
Raul::URI uri() const { return _uri; }