diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Server.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp index 018862d4c97..242a5da3f05 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -37,7 +37,7 @@ main(int argc, char* argv[]) } int -LibraryServer::run(int argc, char* argv[]) +LibraryServer::run(int argc, char*[]) { if(argc > 1) { |