Skip to content

Commit

Permalink
Fix rare crash on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 16, 2023
1 parent 787a518 commit d2c59d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/libguisan/include/guisan/widgets/dropdown.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ namespace gcn
/**
* Sets the DropDown Widget to dropped-down mode.
*/
virtual void dropDown();
void dropDown();

/**
* Sets the DropDown Widget to folded-up mode.
*/
virtual void foldUp();
void foldUp();

// Inherited from Widget

Expand Down

0 comments on commit d2c59d3

Please sign in to comment.