From 95f4a143ff39835b0ddd87a5cc6a64ef3c98f394 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 May 2012 01:36:03 +0000 Subject: Fix compilation with --test. git-svn-id: http://svn.drobilla.net/sord/trunk@224 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sordmm_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp index bb53f52..d0a5a3a 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -20,6 +20,6 @@ int main(int argc, char** argv) { Sord::World world; - Sord::Model model(world); + Sord::Model model(world, "http://example.org/"); return 0; } -- cgit v1.2.1