fix compilation errors

This commit is contained in:
ebbit1q
2025-11-28 10:48:54 +01:00
committed by GitHub
parent cf0a84a8a7
commit 5512aad587
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public:
RealSize defaultSymbolSize(double font_size);
/// The spacing between symbols, accounting for font size
RealSize SymbolFont::spacingSize(double font_size);
RealSize spacingSize(double font_size);
DECLARE_REFLECTION();
};