diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-01-22 14:20:04 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 12:27:09 +0000 |
commit | 00717355c2d10bacbae46941b82247d74fd89108 (patch) | |
tree | 7ede74a9046b53c1eefbc3e884ab672561e541a7 | |
parent | 2d95bc0510d43c11bb3bd03f590e24ba3d7ca30f (diff) |
Idle: Now using deinitialisation
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
-rw-r--r-- | vcl/source/app/svmain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 6ca6919ac69f..96302e8ca23f 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -388,7 +388,7 @@ void DeInitVCL() if ( pSVData->maAppData.mpIdleMgr ) delete pSVData->maAppData.mpIdleMgr; Timer::ImplDeInitTimer(); - Idle::ImplDeInitIdle; + Idle::ImplDeInitIdle(); if ( pSVData->maWinData.mpMsgBoxImgList ) { |