Opened 9 years ago

Closed 9 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)

patch-src_interface_Mainfrm.h (248 bytes ) - added by bughunter 9 years ago.

Download all attachments as: .zip

Change History (2)

by bughunter, 9 years ago

comment:1 by Tim Kosse, 9 years ago

Resolution: duplicate
Status: newclosed

Thanks. Duplicate #10280 though.

Note: See TracTickets for help on using tickets.