summaryrefslogtreecommitdiffstats
path: root/src/client/OSCClientReceiver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-08 15:28:48 +0000
committerDavid Robillard <d@drobilla.net>2011-01-08 15:28:48 +0000
commitd95f3e089619d35873acdad4b79e3f7e0f6ccf15 (patch)
tree8352cefdcd74b436a62163221ca30e6e161ee9f0 /src/client/OSCClientReceiver.cpp
parent79fceb7b387cf45deab770a12f116493a24e5350 (diff)
downloadingen-d95f3e089619d35873acdad4b79e3f7e0f6ccf15.tar.gz
ingen-d95f3e089619d35873acdad4b79e3f7e0f6ccf15.tar.bz2
ingen-d95f3e089619d35873acdad4b79e3f7e0f6ccf15.zip
Fix configuration header define names to not stomp on global namespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2794 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/OSCClientReceiver.cpp')
-rw-r--r--src/client/OSCClientReceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp
index 134a939d..bbf4f882 100644
--- a/src/client/OSCClientReceiver.cpp
+++ b/src/client/OSCClientReceiver.cpp
@@ -39,7 +39,7 @@ OSCClientReceiver::OSCClientReceiver(int listen_port, SharedPtr<Shared::ClientIn
, _listen_port(listen_port)
, _st(NULL)
{
-#ifdef LOG_DEBUG
+#ifdef RAUL_LOG_DEBUG
start(true);
#else
start(false); // true = dump, false = shutup