From e9a7ffbd32ac35c5a79871b74c248c435aab1296 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Jan 2013 07:52:31 +0000 Subject: Fix compilation with --test. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5002 a436a847-0d15-0410-975c-d299462d15a1 --- tests/ingen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1