Moved deprecated attr at beginning of functions
This commit is contained in:
@@ -14,7 +14,7 @@ namespace OpenVulkano
|
||||
class SystemFontResolver
|
||||
{
|
||||
public:
|
||||
static const std::string& GetSystemFontPath(const std::string& fontName) [[deprecated]];
|
||||
[[deprecated]] static const std::string& GetSystemFontPath(const std::string& fontName);
|
||||
|
||||
private:
|
||||
static std::map<std::string, std::string> ReadSystemFonts();
|
||||
|
||||
Reference in New Issue
Block a user