Kaydet (Commit) 34d46431 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wuninitialized

(in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is
uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')

Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630
üst 761e4025
......@@ -107,9 +107,7 @@ namespace {
typedef ::cppu::WeakComponentImplHelper1< graphic::XGraphicRenderer > DummyRenderer_Base;
class DummyRenderer :
public DummyRenderer_Base,
public cppu::BaseMutex
class DummyRenderer: public cppu::BaseMutex, public DummyRenderer_Base
{
public:
DummyRenderer() :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment