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