Initialize wxPropertyGridXmlHandler members in declaration
Ensure that m_pg is initialized to nullptr too.
This commit is contained in:
parent
7a392a6623
commit
336a36e618
2 changed files with 4 additions and 4 deletions
|
|
@ -47,9 +47,9 @@ public:
|
|||
void HandlePropertyGridParams();
|
||||
|
||||
private:
|
||||
wxPropertyGridManager* m_manager;
|
||||
wxPropertyGrid* m_pg;
|
||||
wxPropertyGridPopulator* m_populator;
|
||||
wxPropertyGridManager* m_manager = nullptr;
|
||||
wxPropertyGrid* m_pg = nullptr;
|
||||
wxPropertyGridPopulator* m_populator = nullptr;
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_PROPGRID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue