Use struct instead of class for forward definition of Quotient::FileInfo

This commit is contained in:
Carl Schwan
2025-01-07 16:52:35 +01:00
parent d796ab350e
commit 586054bc0b

View File

@@ -11,7 +11,7 @@ namespace Quotient
{
namespace EventContent
{
class FileInfo;
struct FileInfo;
}
class RoomEvent;
class RoomMember;