mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
filezilla: unbreak build with patch from Arch.
This commit is contained in:
parent
e11f90ce41
commit
bfac04f587
1 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,39 @@
|
||||||
|
--- src/interface/Mainfrm.h 2015/03/02 20:28:30 6542
|
||||||
|
+++ src/interface/Mainfrm.h 2015/03/03 15:54:36 6543
|
||||||
|
@@ -1,13 +1,18 @@
|
||||||
|
#ifndef __MAINFRM_H__
|
||||||
|
#define __MAINFRM_H__
|
||||||
|
|
||||||
|
+#include "statusbar.h"
|
||||||
|
+#include "engine_context.h"
|
||||||
|
+
|
||||||
|
+#include "wx/timer.h"
|
||||||
|
+
|
||||||
|
#ifndef __WXMAC__
|
||||||
|
#include <wx/taskbar.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#include "statusbar.h"
|
||||||
|
-
|
||||||
|
-#include "engine_context.h"
|
||||||
|
+#if FZ_MANUALUPDATECHECK
|
||||||
|
+#include "updater.h"
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
class CAsyncRequestQueue;
|
||||||
|
class CContextControl;
|
||||||
|
@@ -25,13 +30,7 @@
|
||||||
|
class CToolBar;
|
||||||
|
class CWindowStateManager;
|
||||||
|
|
||||||
|
-
|
||||||
|
-#if FZ_MANUALUPDATECHECK
|
||||||
|
-#include "updater.h"
|
||||||
|
-#endif
|
||||||
|
-class CWindowStateManager;
|
||||||
|
-
|
||||||
|
-class CMainFrame : public wxNavigationEnabled<wxFrame>
|
||||||
|
+class CMainFrame final : public wxNavigationEnabled<wxFrame>
|
||||||
|
#if FZ_MANUALUPDATECHECK
|
||||||
|
, protected CUpdateHandler
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue