Win-7, Gcc-14.2, Cb-13665-wx328
In the 'FileManager' plugin, the warning is received :
the method '...\include\wx\msw\window.h::virtual void Refresh(...)'
was hidden [-Woverloaded-virtual=]' by 'void FileExplorer::Refresh(wxTreeItemId ti)
I propose to change the name of the method into : 'void FileExplorer::RefreshSimple(wxTreeItemId ti)'
Applied in [r13666], thank you.
Related
Commit: [r13666]
Thank you