aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 46c3faf5b..353e97503 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -101,7 +101,7 @@ struct FontParameters {
int technology;
int characterSet;
- FontParameters(
+ constexpr FontParameters(
const char *faceName_,
float size_=10,
int weight_=400,