Fix build with Xcode.

This commit is contained in:
John Preston 2023-10-17 20:12:53 +04:00
parent 8915f5d40d
commit 5ffbb90fd6
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ static constexpr TextSelection AllTextSelection = { 0, 0xFFFF };
namespace Ui::Text { namespace Ui::Text {
struct Block; class Block;
class AbstractBlock; class AbstractBlock;
struct IsolatedEmoji; struct IsolatedEmoji;
struct OnlyCustomEmoji; struct OnlyCustomEmoji;

View file

@ -17,7 +17,7 @@ struct QScriptLine;
namespace Ui::Text { namespace Ui::Text {
struct AbstractBlock; class AbstractBlock;
struct FixedRange { struct FixedRange {
QFixed from; QFixed from;