summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/client-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/client-test.cpp')
-rw-r--r--sca-cpp/trunk/hosting/server/client-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/client-test.cpp b/sca-cpp/trunk/hosting/server/client-test.cpp
index c0a01b5237..7295556e08 100644
--- a/sca-cpp/trunk/hosting/server/client-test.cpp
+++ b/sca-cpp/trunk/hosting/server/client-test.cpp
@@ -27,7 +27,7 @@
#include "string.hpp"
#include "client-test.hpp"
-int main(const int argc, const char** argv) {
+int main(const int argc, const char** const argv) {
tuscany::cout << "Testing..." << tuscany::endl;
tuscany::server::testURI = argc > 1? argv[1] : "https://jane:jane@www.example.com:8453";