From 10b35c22f5d6081866c857d70a524f7cf8ec11c5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Feb 2019 14:29:06 +0100 Subject: [PATCH] Remove unnecessary "protected:" from wx/qt/radiobut.h No real changes, just remove an empty protected section. --- include/wx/qt/radiobut.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/qt/radiobut.h b/include/wx/qt/radiobut.h index 6679be6d04..56864e9094 100644 --- a/include/wx/qt/radiobut.h +++ b/include/wx/qt/radiobut.h @@ -37,8 +37,6 @@ public: virtual QWidget *GetHandle() const; -protected: - private: QRadioButton *m_qtRadioButton;