diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:26:31 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:26:31 +0100 |
commit | cb8af2747fa6999d1a4b97c4785a9cfb37b535c4 (patch) | |
tree | a55f166bf4e469abcda6d142a18ff7f102f3a456 /src/crepe/facade/SDLFontContext.h | |
parent | 5ef7c56e44a864e580810952450c43c0f9a7b6e0 (diff) |
removed reference
Diffstat (limited to 'src/crepe/facade/SDLFontContext.h')
-rw-r--r-- | src/crepe/facade/SDLFontContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLFontContext.h b/src/crepe/facade/SDLFontContext.h index b9e1f23..efeaa33 100644 --- a/src/crepe/facade/SDLFontContext.h +++ b/src/crepe/facade/SDLFontContext.h @@ -19,7 +19,7 @@ public: * * \param font_family Name of the font family name. */ - std::unique_ptr<Asset> get_font_asset(const std::string & font_family); + std::unique_ptr<Asset> get_font_asset(const std::string font_family); private: }; |