Initialize all members.
This commit is contained in:
parent
6216ef1e58
commit
a498796b5d
1 changed files with 3 additions and 2 deletions
|
@ -36,9 +36,10 @@
|
|||
class XHelper
|
||||
{
|
||||
private:
|
||||
XHelper()
|
||||
XHelper() :
|
||||
wmInf_(),
|
||||
acquireCount_(0)
|
||||
{
|
||||
acquireCount_ = 0;
|
||||
acquire();
|
||||
|
||||
// Intern some atoms;
|
||||
|
|
Loading…
Add table
Reference in a new issue