From bfff8616735a9226e5c3a9e98f8fc7f5ce6ddb3b Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Sat, 1 Mar 2025 19:07:03 +0100 Subject: [PATCH] Remove deprecated tag --- openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp b/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp index 228720f..6ea11c2 100644 --- a/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp +++ b/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp @@ -45,6 +45,6 @@ namespace OpenVulkano::Scene const std::set& charset = {}) const; private: - [[deprecated]] Array FindFont(const std::string& fontFile) const; + Array FindFont(const std::string& fontFile) const; }; }