Skip to content

Commit

Permalink
GLUI: PropertyViewEdit: avoid undefined behaviour during construction
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Oct 30, 2023
1 parent 5648412 commit 253b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glui/smpropertyviewedit.hh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected:
std::vector<ControlView *> control_views;
std::vector<Widget *> mod_widgets;

int
static int
window_height (Property& property)
{
if (property.modulation_list())
Expand Down

0 comments on commit 253b565

Please sign in to comment.