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