Skip to content

Commit

Permalink
Default hybrid_bin to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Jul 6, 2023
1 parent 5d1ff5b commit 1ec3c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wex/dview/dvselectionlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class wxDVSelectionListCtrl : public wxScrolledWindow, public wxDVAutoColourAssi
wxColour color;
wxString label;
wxString group;
wxString hybrid_bin;
wxString hybrid_bin = "";
bool value[NMAXCOLS];
bool enable[NMAXCOLS];
wxRect geom[NMAXCOLS]; // filled in by renderer
Expand Down

0 comments on commit 1ec3c31

Please sign in to comment.