summary refs log tree commit diff
path: root/include/RoomState.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/RoomState.h')
-rw-r--r--include/RoomState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RoomState.h b/include/RoomState.h

index 6f335263..976e0079 100644 --- a/include/RoomState.h +++ b/include/RoomState.h
@@ -26,7 +26,7 @@ class RoomState { public: - RoomState(); + RoomState() = default; RoomState(const mtx::responses::Timeline &timeline); RoomState(const mtx::responses::State &state);