diff options
author | Vincent Richard <[email protected]> | 2016-03-23 19:32:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2016-03-23 19:32:13 +0000 |
commit | b03c398b47ccfb3c41d5c67a73533d8d56f05962 (patch) | |
tree | e79bc1c6c5f5c8c20a07ffd694eca15d986e8215 /tests/net/messageSetTest.cpp | |
parent | Issue #126: fixed deprecated GnuTLS types. (diff) | |
download | vmime-b03c398b47ccfb3c41d5c67a73533d8d56f05962.tar.gz vmime-b03c398b47ccfb3c41d5c67a73533d8d56f05962.zip |
Fixed types.
Diffstat (limited to 'tests/net/messageSetTest.cpp')
-rw-r--r-- | tests/net/messageSetTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/messageSetTest.cpp b/tests/net/messageSetTest.cpp index 70ba051c..471c2e6c 100644 --- a/tests/net/messageSetTest.cpp +++ b/tests/net/messageSetTest.cpp @@ -116,7 +116,7 @@ VMIME_TEST_SUITE_BEGIN(messageSetTest) void testNumberSet_Multiple() { - std::vector <vmime::index_t> numbers; + std::vector <vmime::size_t> numbers; numbers.push_back(1); // test grouping 1:3 numbers.push_back(89); // test sorting numbers.push_back(2); |