From 58aefb3fa0f0741d70b94fe51573274e58063e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Jan 2013 15:00:51 +0100 Subject: [PATCH] Text: explicit Font constructor. --- src/Text/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Font.h b/src/Text/Font.h index 30e697163..06866d1a9 100644 --- a/src/Text/Font.h +++ b/src/Text/Font.h @@ -54,7 +54,7 @@ class MAGNUM_TEXT_EXPORT Font { * Creates font with no prerendered characters. See prerender() for * more information. */ - Font(FontRenderer& renderer, const std::string& fontFile, GLfloat size); + explicit Font(FontRenderer& renderer, const std::string& fontFile, GLfloat size); /** * @brief Prerender given character set