Fixed an accidental name clash, and added back a wxCHECK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,14 +148,14 @@ public:
|
||||
void GetEndPos(int& row, int& col);
|
||||
|
||||
|
||||
wxGridBagSizer* GetSizer() const { return m_sizer; }
|
||||
void SetSizer(wxGridBagSizer* sizer) { m_sizer = sizer; }
|
||||
wxGridBagSizer* GetGBSizer() const { return m_gbsizer; }
|
||||
void SetGBSizer(wxGridBagSizer* sizer) { m_gbsizer = sizer; }
|
||||
|
||||
|
||||
protected:
|
||||
wxGBPosition m_pos;
|
||||
wxGBSpan m_span;
|
||||
wxGridBagSizer* m_sizer;
|
||||
wxGridBagSizer* m_gbsizer; // so SetPos/SetSpan can check for intersects
|
||||
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user