diff options
Diffstat (limited to 'cpp/demo/Ice/async/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/async/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/async/Client.cpp b/cpp/demo/Ice/async/Client.cpp index 17b56838404..d95a158fec5 100644 --- a/cpp/demo/Ice/async/Client.cpp +++ b/cpp/demo/Ice/async/Client.cpp @@ -78,7 +78,7 @@ AsyncClient::run(int argc, char* argv[]) CallbackPtr cb = new Callback(); - char c; + char c = 'x'; do { try |