From 0eb155ebc964a2bd38a84589e96a799870435300 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);