diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Platform.h | 2 |
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, |