summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/ThroughputI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/throughput/ThroughputI.cpp')
-rw-r--r--cpp/demo/Ice/throughput/ThroughputI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/ThroughputI.cpp b/cpp/demo/Ice/throughput/ThroughputI.cpp
index a04a20d3cfe..b769c6c54de 100644
--- a/cpp/demo/Ice/throughput/ThroughputI.cpp
+++ b/cpp/demo/Ice/throughput/ThroughputI.cpp
@@ -11,7 +11,7 @@
#include <Ice/Ice.h>
ThroughputI::ThroughputI() :
- _byteSeq(Demo::ByteSeqSize, 0),
+ _byteSeq(Demo::ByteSeqSize),
_stringSeq(Demo::StringSeqSize, "hello"),
_structSeq(Demo::StringDoubleSeqSize),
_fixedSeq(Demo::FixedSeqSize)