diff options
author | David Robillard <d@drobilla.net> | 2008-05-14 20:45:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-05-14 20:45:55 +0000 |
commit | 5fc6f5df54a2650c4a53f04ee38cfebec0a515e1 (patch) | |
tree | 01146f5aa0c3bd7b659c74dff02f05ee839de117 /src/libs/engine/ConnectionImpl.cpp | |
parent | edf088a15d74ace22c7bf12a160caf98d31fa1d8 (diff) | |
download | ingen-5fc6f5df54a2650c4a53f04ee38cfebec0a515e1.tar.gz ingen-5fc6f5df54a2650c4a53f04ee38cfebec0a515e1.tar.bz2 ingen-5fc6f5df54a2650c4a53f04ee38cfebec0a515e1.zip |
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
Diffstat (limited to 'src/libs/engine/ConnectionImpl.cpp')
-rw-r--r-- | src/libs/engine/ConnectionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |