From 0810a6b5aac153904e47b0ccbdd8e548a8a99d9f Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 14 Dec 2021 18:25:07 +0100 Subject: [PATCH] Add visibility to ModelEditorAddEntity to fix Windows (#1246) Signed-off-by: Jose Luis Rivero --- include/ignition/gazebo/gui/GuiEvents.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ignition/gazebo/gui/GuiEvents.hh b/include/ignition/gazebo/gui/GuiEvents.hh index 1b4df9c549..4407d68598 100644 --- a/include/ignition/gazebo/gui/GuiEvents.hh +++ b/include/ignition/gazebo/gui/GuiEvents.hh @@ -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