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 d8479e7 commit 67b24ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,9 @@ wxString::iterator wxString_test3()
// cppcheck-suppress returnDanglingLifetime
return it;
}

wxGrid::wxGridSelectionModes get_wxGridSelectionModes()
{
// cppcheck-suppress valueFlowBailoutIncompleteVar // TODO: configure enum #8183
return wxGrid::wxGridSelectCells;
}

0 comments on commit 67b24ed

Please sign in to comment.