summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/salgdi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/salgdi.hxx')
-rw-r--r--vcl/inc/vcl/salgdi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/salgdi.hxx b/vcl/inc/vcl/salgdi.hxx
index f75817071304..cbe3581bedc4 100644
--- a/vcl/inc/vcl/salgdi.hxx
+++ b/vcl/inc/vcl/salgdi.hxx
@@ -233,7 +233,7 @@ public:
// release the fonts
void ReleaseFonts() { SetFont( NULL, 0 ); }
// get the current font's metrics
- virtual void GetFontMetric( ImplFontMetricData* ) = 0;
+ virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel = 0 ) = 0;
// get kernign pairs of the current font
// return only PairCount if (pKernPairs == NULL)