Compare commits

...

1 Commits

Author SHA1 Message Date
Carl Schwan
586054bc0b Use struct instead of class for forward definition of Quotient::FileInfo 2025-01-07 16:52:35 +01:00

View File

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