From 0faf69db76f668944d9380152fd4f9080d9e6152 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 21:16:12 +0100 Subject: Fix warnings --- tests/ingen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index d0cf77c3..97156ff9 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -153,7 +153,7 @@ int main(int argc, char** argv) { Glib::thread_init(); - set_bundle_path_from_code((void*)&main); + set_bundle_path_from_code((void*)&flush_events); // Create world try { -- cgit v1.2.1