aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gtest-gvariant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest-gvariant.h b/tests/gtest-gvariant.h
index 5a24dfa..6f93906 100644
--- a/tests/gtest-gvariant.h
+++ b/tests/gtest-gvariant.h
@@ -75,7 +75,7 @@ testing::AssertionResult expectVariantEqual (const gchar * expectStr, const gcha
testing::AssertionResult expectVariantEqual (const gchar * expectStr, const gchar * haveStr, const char * expect, std::shared_ptr<GVariant> have)
{
- auto expectv = std::shared_ptr<GVariant>([expect]() {
+ auto expectv = std::shared_ptr<GVariant>([expect] {
auto variant = g_variant_parse(nullptr, expect, nullptr, nullptr, nullptr);
if (variant != nullptr)
g_variant_ref_sink(variant);