aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/quotient_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quotient_common.h b/lib/quotient_common.h
index 4444a111..13bf7246 100644
--- a/lib/quotient_common.h
+++ b/lib/quotient_common.h
@@ -92,7 +92,7 @@ enum RoomType {
Space,
Undefined,
};
-Q_ENUM_NS(RoomType);
+Q_ENUM_NS(RoomType)
constexpr inline auto RoomTypeStrings = make_array(
"m.space"