summaryrefslogtreecommitdiff
path: root/cpp/tests/InMemoryContentTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tests/InMemoryContentTest.cpp')
-rw-r--r--cpp/tests/InMemoryContentTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/InMemoryContentTest.cpp b/cpp/tests/InMemoryContentTest.cpp
index c8433432e8..d02cc56a7b 100644
--- a/cpp/tests/InMemoryContentTest.cpp
+++ b/cpp/tests/InMemoryContentTest.cpp
@@ -55,7 +55,7 @@ public:
}
- void refragment(size_t inCount, string* in, size_t outCount, string* out, u_int32_t framesize = 5)
+ void refragment(size_t inCount, string* in, size_t outCount, string* out, uint32_t framesize = 5)
{
InMemoryContent content;
MockChannel channel(3);