diff options
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r-- | vcl/osx/salinst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index c73f94685f07..cbc24100e42a 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -660,10 +660,10 @@ SAL_WNODEPRECATED_DECLARATIONS_POP { // this cause crashes on MacOSX 10.4 // [AquaSalTimer::pRunningTimer fire]; - if (ImplGetSVData()->mpSalTimer != nullptr) + if (ImplGetSVData()->maSchedCtx.mpSalTimer != nullptr) { bool const idle = true; // TODO - ImplGetSVData()->mpSalTimer->CallCallback( idle ); + ImplGetSVData()->maSchedCtx.mpSalTimer->CallCallback( idle ); } } } |