From 8185d01771b4312ef4d15237b4009dcaaa878ae8 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Wed, 13 Aug 2025 23:26:12 +0200 Subject: [PATCH] Gui: Add GuiExport to SoToggleSwitch --- src/Gui/Inventor/SoToggleSwitch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Inventor/SoToggleSwitch.h b/src/Gui/Inventor/SoToggleSwitch.h index 11c9c90dd6..fe6033c98d 100644 --- a/src/Gui/Inventor/SoToggleSwitch.h +++ b/src/Gui/Inventor/SoToggleSwitch.h @@ -31,7 +31,7 @@ /** * A switch that can be used to show or hide all child nodes */ -class SoToggleSwitch: public SoSwitch +class GuiExport SoToggleSwitch: public SoSwitch { SO_NODE_HEADER(SoToggleSwitch);