Remove unneeded privileged access as friends
This commit is contained in:
@@ -974,7 +974,6 @@ class WXDLLIMPEXP_PROPGRID wxPGProperty : public wxObject
|
|||||||
friend class wxPropertyGridInterface;
|
friend class wxPropertyGridInterface;
|
||||||
friend class wxPropertyGridPageState;
|
friend class wxPropertyGridPageState;
|
||||||
friend class wxPropertyGridPopulator;
|
friend class wxPropertyGridPopulator;
|
||||||
friend class wxStringProperty; // Proper "<composed>" support requires this
|
|
||||||
|
|
||||||
wxDECLARE_ABSTRACT_CLASS(wxPGProperty);
|
wxDECLARE_ABSTRACT_CLASS(wxPGProperty);
|
||||||
public:
|
public:
|
||||||
|
@@ -357,7 +357,6 @@ protected:
|
|||||||
// - Currently this class is not implemented in wxPython.
|
// - Currently this class is not implemented in wxPython.
|
||||||
class WXDLLIMPEXP_PROPGRID wxPropertyGridPageState
|
class WXDLLIMPEXP_PROPGRID wxPropertyGridPageState
|
||||||
{
|
{
|
||||||
friend class wxPGProperty;
|
|
||||||
friend class wxPropertyGrid;
|
friend class wxPropertyGrid;
|
||||||
friend class wxPropertyGridInterface;
|
friend class wxPropertyGridInterface;
|
||||||
friend class wxPropertyGridPage;
|
friend class wxPropertyGridPage;
|
||||||
|
@@ -305,7 +305,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
class wxPropertyGridPageState
|
class wxPropertyGridPageState
|
||||||
{
|
{
|
||||||
friend class wxPGProperty;
|
|
||||||
friend class wxPropertyGrid;
|
friend class wxPropertyGrid;
|
||||||
friend class wxPropertyGridInterface;
|
friend class wxPropertyGridInterface;
|
||||||
friend class wxPropertyGridPage;
|
friend class wxPropertyGridPage;
|
||||||
|
Reference in New Issue
Block a user