diff options
Diffstat (limited to 'Source/Applications/Shell/main.cpp')
-rw-r--r-- | Source/Applications/Shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Applications/Shell/main.cpp b/Source/Applications/Shell/main.cpp index 70da17b..66c4269 100644 --- a/Source/Applications/Shell/main.cpp +++ b/Source/Applications/Shell/main.cpp @@ -1,5 +1,5 @@ #include "Shell.ns.h" -int main() { +int main(const Vector<String>& args) { return Shell::run(); } |