aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index c9e2d1c9..1f9e3f0b 100644
--- a/util.h
+++ b/util.h
@@ -232,7 +232,7 @@ namespace QMatrixClient
Dispatch<ResultT, ArgTs...> dispatch(ArgTs&& ... args)
{
return Dispatch<ResultT, ArgTs...>(std::forward<ArgTs...>(args)...);
- };
+ }
// The below enables pretty-printing of enums in logs
#if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0))