aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/FontFacade.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-17 10:48:43 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-17 10:48:43 +0100
commit3b5b5258b0f46a3492a7fd777908dfb01e15417b (patch)
tree7c712c45cc627a1d7bfcb8ea949e8b0a59214a74 /src/crepe/facade/FontFacade.h
parentd63eb7302d05fbe9b4c044ece3444e8ac4e56e02 (diff)
code not working
Diffstat (limited to 'src/crepe/facade/FontFacade.h')
-rw-r--r--src/crepe/facade/FontFacade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/FontFacade.h b/src/crepe/facade/FontFacade.h
index 0e6b7da..fc200d6 100644
--- a/src/crepe/facade/FontFacade.h
+++ b/src/crepe/facade/FontFacade.h
@@ -22,7 +22,7 @@ public:
* \param font_family Name of the font family name.
* \return Asset with filepath to the font.
*/
- static Asset get_font_asset(const std::string font_family);
+ static Asset get_font_asset(const std::string& font_family);
};
} // namespace crepe