diff options
Diffstat (limited to 'cpp/test/Ice/custom/MyByteSeq.cpp')
-rw-r--r-- | cpp/test/Ice/custom/MyByteSeq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/MyByteSeq.cpp b/cpp/test/Ice/custom/MyByteSeq.cpp index 6c6573e8090..3850904d50c 100644 --- a/cpp/test/Ice/custom/MyByteSeq.cpp +++ b/cpp/test/Ice/custom/MyByteSeq.cpp @@ -50,7 +50,7 @@ MyByteSeq::size() const return _size; } -void +void MyByteSeq::swap(MyByteSeq& seq) { size_t tmpSize = seq._size; |