Opened 10 years ago
Closed 10 years ago
#10284 closed Patch (duplicate)
Fix build with updatecheck disabled
Reported by: | bughunter | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | BSD | |
Operating system version: |
Description
Mainform.h only #includes <wx/timer.h> via updater.h which is inside a #if FZ_MANUALUPDATECHECK check. As of 3.10.2, build fails when that is false due to use of wxTimer and wxTimerEvent outside the guard. Simple patch to fix the build is attached.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | patch-src_interface_Mainfrm.h added |
---|
comment:1 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks. Duplicate #10280 though.