aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testrefcounttag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testrefcounttag.cpp')
-rw-r--r--tests/testrefcounttag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrefcounttag.cpp b/tests/testrefcounttag.cpp
index 6f6f87367..424055f2c 100644
--- a/tests/testrefcounttag.cpp
+++ b/tests/testrefcounttag.cpp
@@ -76,7 +76,7 @@ void TestRefCountTag::testWithApiVersion()
</object-type>\
</typesystem>";
- TestUtil t(cppCode, xmlCode, false, 0.1);
+ TestUtil t(cppCode, xmlCode, false, "0.1");
AbstractMetaClassList classes = t.builder()->classes();
AbstractMetaClass* classB = classes.findClass("B");
const AbstractMetaFunction* func = classB->findFunction("keepObject");