summaryrefslogtreecommitdiff
path: root/src/unittest/test_areastore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_areastore.cpp')
-rw-r--r--src/unittest/test_areastore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_areastore.cpp b/src/unittest/test_areastore.cpp
index 62d446f5c..a6d4706e4 100644
--- a/src/unittest/test_areastore.cpp
+++ b/src/unittest/test_areastore.cpp
@@ -152,7 +152,7 @@ void TestAreaStore::testSerialization()
1 + 2 +
6 + 6 + 2 + 6 +
6 + 6 + 2 + 6);
- UASSERTEQ(std::string, str, str_wanted);
+ UASSERTEQ(const std::string &, str, str_wanted);
std::istringstream is(str);
store.deserialize(is);