cppcheck: member not initialized in ctor
This commit is contained in:
parent
751c750a8c
commit
d745ce53ce
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ struct Component
|
||||||
sal_Unicode const * pBegin;
|
sal_Unicode const * pBegin;
|
||||||
sal_Unicode const * pEnd;
|
sal_Unicode const * pEnd;
|
||||||
|
|
||||||
inline Component(): pBegin(0) {}
|
inline Component(): pBegin(0), pEnd(0) {}
|
||||||
|
|
||||||
inline bool isPresent() const { return pBegin != 0; }
|
inline bool isPresent() const { return pBegin != 0; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue