diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/vcl/svapp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 385cedbca305..1620efa9f806 100755 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -538,7 +538,7 @@ VCL_DLLPUBLIC Application* GetpApp(); VCL_DLLPUBLIC bool InitVCL(); VCL_DLLPUBLIC void DeInitVCL(); -VCL_DLLPUBLIC bool InitAccessBridge( bool bAllowCancel, bool &rCancelled ); +VCL_DLLPUBLIC bool InitAccessBridge(); // only allowed to call, if no thread is running. You must call JoinMainLoopThread to free all memory. VCL_DLLPUBLIC void CreateMainLoopThread( oslWorkerFunction pWorker, void * pThreadData ); |