Skip to content

Commit

Permalink
Add visibility to ModelEditorAddEntity to fix Windows (#1246)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Dec 14, 2021
1 parent e3d880c commit 0810a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/gazebo/gui/GuiEvents.hh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ namespace events
};

/// \brief Event that notifies an entity is to be added to the model editor
class ModelEditorAddEntity : public QEvent
class IGNITION_GAZEBO_GUI_VISIBLE ModelEditorAddEntity : public QEvent
{
/// \brief Constructor
/// \param[in] _entity Entity added
Expand Down

0 comments on commit 0810a6b

Please sign in to comment.