From 4e736d0b31c56a7ab397c7399b3a53f726466c78 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jun 2008 17:21:44 +0000 Subject: Bump liblo dependency to 0.24. Bundleify communications where order is relevant (fixes 'random' issues like node positions being off, ticket #89, etc). git-svn-id: http://svn.drobilla.net/lad/ingen@1248 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/OSCClientReceiver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/client/OSCClientReceiver.cpp') diff --git a/src/libs/client/OSCClientReceiver.cpp b/src/libs/client/OSCClientReceiver.cpp index 6002ca59..3f5447d0 100644 --- a/src/libs/client/OSCClientReceiver.cpp +++ b/src/libs/client/OSCClientReceiver.cpp @@ -31,9 +31,9 @@ namespace Client { OSCClientReceiver::OSCClientReceiver(int listen_port) -: ClientInterface("localhost"), - _listen_port(listen_port), - _st(NULL) + : ClientInterface("localhost") + , _listen_port(listen_port) + , _st(NULL) { start(false); // true = dump, false = shutup } -- cgit v1.2.1