summaryrefslogtreecommitdiffstats
path: root/src/libs/client/OSCClientReceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/OSCClientReceiver.cpp')
-rw-r--r--src/libs/client/OSCClientReceiver.cpp6
1 files changed, 3 insertions, 3 deletions
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
}