From 5fc6f5df54a2650c4a53f04ee38cfebec0a515e1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 May 2008 20:45:55 +0000 Subject: Add flag to force disable assembly (some people get compile errors for unknown reasons). git-svn-id: http://svn.drobilla.net/lad/ingen@1205 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/ConnectionImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/ConnectionImpl.cpp') diff --git a/src/libs/engine/ConnectionImpl.cpp b/src/libs/engine/ConnectionImpl.cpp index 9cd6f3c9..63f2028c 100644 --- a/src/libs/engine/ConnectionImpl.cpp +++ b/src/libs/engine/ConnectionImpl.cpp @@ -169,7 +169,7 @@ ConnectionImpl::process(ProcessContext& context) } else if (_must_mix && type() == DataType::EVENT) { - cerr << "WARNING: No event mixing." << endl; + std::cerr << "WARNING: No event mixing." << std::endl; } -- cgit v1.2.1