summaryrefslogtreecommitdiff
path: root/include/vcl/fontcharmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fontcharmap.hxx')
-rw-r--r--include/vcl/fontcharmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx
index c70b2e0c7cd9..a690973d8c31 100644
--- a/include/vcl/fontcharmap.hxx
+++ b/include/vcl/fontcharmap.hxx
@@ -47,7 +47,7 @@ public:
@returns the default font character map.
*/
- static FontCharMapPtr GetDefaultMap( bool bSymbols=false );
+ static FontCharMapPtr GetDefaultMap( bool bSymbols );
/** Determines if the font character map is the "default". The default map
includes all codepoints in the Unicode BMP range, including surrogates.