update xcode

This commit is contained in:
2019-12-02 08:49:15 +01:00
parent 396b3afd42
commit baec98835a
2 changed files with 9 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ public:
std::vector<stbtt_bakedchar> chars;
float scale = 1.f;
Font() noexcept = default;
Font() = default;
Font(const Font&) = delete;
void operator=(const Font&) = delete;
Font(Font&& other) noexcept;