summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-21 07:52:31 +0000
committerDavid Robillard <d@drobilla.net>2013-01-21 07:52:31 +0000
commite9a7ffbd32ac35c5a79871b74c248c435aab1296 (patch)
treecd265162a6381b22c9863a56316fed443aed0dae /tests/ingen_test.cpp
parent36d4060b372159f7a02dc9b0056a0f1f4c61f594 (diff)
downloadingen-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/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp2
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();