Skip to content

Commit

Permalink
Update wxwidgets.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 18, 2024
1 parent c677fc8 commit 308269d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/cfg/wxwidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <wx/gdicmn.h>
#include <wx/geometry.h>
#include <wx/graphics.h>
#include <wx/grid.h>
#include <wx/icon.h>
#include <wx/iconbndl.h>
#include <wx/iconloc.h>
Expand Down Expand Up @@ -1280,3 +1281,8 @@ wxString::iterator wxString_test3()
// cppcheck-suppress returnDanglingLifetime
return it;
}

wxGrid::wxGridSelectionModes get_wxGridSelectionModes()
{
return wxGrid::wxGridSelectCells;
}

0 comments on commit 308269d

Please sign in to comment.