aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/syncdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syncdata.h b/lib/syncdata.h
index 752dd485..67d04557 100644
--- a/lib/syncdata.h
+++ b/lib/syncdata.h
@@ -41,9 +41,9 @@ struct RoomSummary {
/// Merge the contents of another RoomSummary object into this one
/// \return true, if the current object has changed; false otherwise
bool merge(const RoomSummary& other);
-
- friend QDebug operator<<(QDebug dbg, const RoomSummary& rs);
};
+QDebug operator<<(QDebug dbg, const RoomSummary& rs);
+
template <>
struct JsonObjectConverter<RoomSummary> {