summaryrefslogtreecommitdiffstats
path: root/src/sordmm_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sordmm_test.cpp')
-rw-r--r--src/sordmm_test.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}