Remove unneeded privileged access as friends

This commit is contained in:
Artur Wieczorek 2019-05-12 16:24:23 +02:00
parent d4df8119ee
commit 04cebe381a
3 changed files with 0 additions and 3 deletions

View File

@ -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:

View File

@ -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;

View File

@ -305,7 +305,6 @@ public:
*/
class wxPropertyGridPageState
{
friend class wxPGProperty;
friend class wxPropertyGrid;
friend class wxPropertyGridInterface;
friend class wxPropertyGridPage;