Kaydet (Commit) 5d61c4f8 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#738563 uninitialized member

Change-Id: I5413099beb3b30f92b58f973fa4bb03f29e7f5c3
üst bb84effb
...@@ -446,8 +446,12 @@ private: ...@@ -446,8 +446,12 @@ private:
size_t CurrentLib; size_t CurrentLib;
public: public:
BasicLibs()
: CurrentLib(0)
{
}
~BasicLibs(); ~BasicLibs();
OUString aBasicLibPath; // TODO: Should be member of manager, but currently not incompatible OUString aBasicLibPath; // TODO: Should be member of manager, but currently not incompatible
BasicLibInfo* GetObject( size_t i ); BasicLibInfo* GetObject( size_t i );
BasicLibInfo* First(); BasicLibInfo* First();
BasicLibInfo* Next(); BasicLibInfo* Next();
......
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