diff options
Diffstat (limited to 'src/sordmm_test.cpp')
-rw-r--r-- | src/sordmm_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp index 8dc1386..3d09b9d 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -19,7 +19,7 @@ int main() { - Sord::World world; - Sord::Model model(world, "http://example.org/"); - return 0; + Sord::World world; + Sord::Model model(world, "http://example.org/"); + return 0; } |