diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-07 09:37:42 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-07 09:37:42 +1000 |
commit | 87f33f6f44a73e8662d718aafea427b336a88b24 (patch) | |
tree | 7dd3eea1534566dffad117c03e93751fa7f02c5f /vcl | |
parent | 081a0854635f4bc9f6f743ef4e2675c208405f74 (diff) |
VCL: make it more clear that this is a static function we are calling on
Change-Id: Ic7ac1a1bc3ac3901c844ee6e1c59a1518043f761
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index ac24717c4680..8a7a8b4fe01a 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -549,7 +549,7 @@ void Application::SetSettings( const AllSettings& rSettings ) { nOldDPIX = pFirstFrame->mnDPIX; nOldDPIY = pFirstFrame->mnDPIY; - InitAppFontData(); + Application::InitAppFontData(); } Window* pFrame = pFirstFrame; while ( pFrame ) |