0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/codeblocks/r12190.diff.diff
ifurther dd3c9ea480 New package: codeblocks
codeblocks: add patch file for wxWidgets 3.1.6 and disable compiler
2023-01-10 00:56:58 +00:00

23 lines
755 B
Diff

--- backport-r12190.diff.orig
+++ backport-r12190.diff
@@ -2996,15 +2996,15 @@
+++ src/src/environmentsettingsdlg.h (revision 12190)
@@ -19,8 +19,8 @@
{
- public:
+ public:
EnvironmentSettingsDlg(wxWindow* parent, wxAuiDockArt* art);
- virtual ~EnvironmentSettingsDlg();
- virtual void EndModal(int retCode);
+ ~EnvironmentSettingsDlg() override;
+ void EndModal(int retCode) override;
-
- public:
- // From cbConfigurationPanelColoursInterface
+ protected:
+ void OnPageChanging(wxListbookEvent& event);
+ void OnPageChanged(wxListbookEvent& event);
Index: src/src/examinememorydlg.h
===================================================================
--- src/src/examinememorydlg.h (revision 12189)