Opened 17 years ago
Last modified 17 years ago
#3425 closed Bug report
CQueueView::SetActive declaration is wrong
Reported by: | nonsea | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | nonsea, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
1) FileZilla3 trunk code
2) Build with SunStudio 11 give following error
Undefined first referenced
symbol in file
bool CQueueView::SetActive(const bool) filezilla-clearprivatedata.o
Declaration of CQueueView::SetActive shold be bool CQueueView::SetActive(bool) instead.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | filezilla-02-SetActive.diff added |
---|
comment:1 by , 17 years ago
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.
Note:
See TracTickets
for help on using tickets.
patch for this bug