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

-Werror,-Wuninitialized

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

Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6
üst 5d602146
...@@ -50,8 +50,8 @@ namespace pcr ...@@ -50,8 +50,8 @@ namespace pcr
/** implements an <type>XPropertyHandler</type> which composes it's information /** implements an <type>XPropertyHandler</type> which composes it's information
from a set of other property handlers from a set of other property handlers
*/ */
class PropertyComposer :public PropertyComposer_Base class PropertyComposer :public ::comphelper::OBaseMutex
,public ::comphelper::OBaseMutex ,public PropertyComposer_Base
,public IPropertyExistenceCheck ,public IPropertyExistenceCheck
{ {
public: public:
......
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