Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow GUI to compile with wxWidgets built with STL #2527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2022

  1. Allow GUI to compile with wxWidgets built with STL

    wxMenuItemList - a wxList of wxMenuItems - should be iterated using the
    wxMenuItemList::compatibility_iterator so that it can be compiled with wxWidgets
    built with STL.
    
    This commit does not make GUI require wxWidgets > 2.8 nor wxWidgets compiled
    with STL but makes the code compatible with more recent versions of wxWidgets
    compiled with STL.
    
    See also:
    https://wiki.wxwidgets.org/Updating_to_the_Latest_Version_of_wxWidgets#wxUSE_STL.
    super7ramp committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c468f6b View commit details
    Browse the repository at this point in the history