diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-09-29 14:45:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:47 +0100 |
commit | 6ff506e6e92719049c6f42c8e5327ac16954ecb0 (patch) | |
tree | 2aac58f86b553ad5d9af5c32c3eb1cb30f429460 /vcl/unx/headless | |
parent | 08fb22932015cc0d57fa1dbe422e4109cf8be071 (diff) |
generic: merge me with last commit please ... - more work
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r-- | vcl/unx/headless/svpinst.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpinst.cxx b/vcl/unx/headless/svpinst.cxx index 3924f404b813..24b10e56f7b0 100644 --- a/vcl/unx/headless/svpinst.cxx +++ b/vcl/unx/headless/svpinst.cxx @@ -77,7 +77,8 @@ bool SvpSalInstance::isFrameAlive( const SalFrame* pFrame ) const SvpSalInstance* SvpSalInstance::s_pDefaultInstance = NULL; -SvpSalInstance::SvpSalInstance() +SvpSalInstance::SvpSalInstance() : + SalGenericInstance( new SalYieldMutex() ) { m_aTimeout.tv_sec = 0; m_aTimeout.tv_usec = 0; |