Use struct instead of class for forward definition of Quotient::FileInfo
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Quotient
|
||||
{
|
||||
namespace EventContent
|
||||
{
|
||||
class FileInfo;
|
||||
struct FileInfo;
|
||||
}
|
||||
class RoomEvent;
|
||||
class RoomMember;
|
||||
|
||||
Reference in New Issue
Block a user