diff options
author | David Robillard <d@drobilla.net> | 2013-01-21 07:52:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-21 07:52:31 +0000 |
commit | e9a7ffbd32ac35c5a79871b74c248c435aab1296 (patch) | |
tree | cd265162a6381b22c9863a56316fed443aed0dae /tests | |
parent | 36d4060b372159f7a02dc9b0056a0f1f4c61f594 (diff) | |
download | ingen-e9a7ffbd32ac35c5a79871b74c248c435aab1296.tar.gz ingen-e9a7ffbd32ac35c5a79871b74c248c435aab1296.tar.bz2 ingen-e9a7ffbd32ac35c5a79871b74c248c435aab1296.zip |
Fix compilation with --test.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5002 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 7bba3289..bdc535e8 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -160,7 +160,7 @@ main(int argc, char** argv) "Unable to load serialisation module"); // Initialise engine - ingen_try(world->engine(), + ingen_try(bool(world->engine()), "Unable to create engine"); world->engine()->init(48000.0, 4096); world->engine()->activate(); |