diff options
Diffstat (limited to 'src/sordmm_test.cpp')
-rw-r--r-- | src/sordmm_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp index d0a5a3a..8dc1386 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -17,7 +17,7 @@ #include "sord/sordmm.hpp" int -main(int argc, char** argv) +main() { Sord::World world; Sord::Model model(world, "http://example.org/"); |