summaryrefslogtreecommitdiff
path: root/noos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noos.cpp')
-rw-r--r--noos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noos.cpp b/noos.cpp
index 2a2b61f7..7c4b6ba9 100644
--- a/noos.cpp
+++ b/noos.cpp
@@ -13,7 +13,7 @@ int main(int argc, char * argv[]) {
view v(&c);
c.set_view(&v);
- c.run();
+ c.run(argc,argv);
return 0;
}