Get rid of member variable declaration in wxWindowDC under wxQt
This is harmful because it hides the variable declared in the base class and as a result, GetWindow() will always return nullptr.
This commit is contained in:
parent
14f6f82e46
commit
01959690cd
1 changed files with 0 additions and 3 deletions
|
|
@ -22,9 +22,6 @@ public:
|
|||
|
||||
~wxWindowDCImpl();
|
||||
|
||||
protected:
|
||||
wxWindow *m_window;
|
||||
|
||||
private:
|
||||
wxDECLARE_CLASS(wxWindowDCImpl);
|
||||
wxDECLARE_NO_COPY_CLASS(wxWindowDCImpl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue