Gui: Add GuiExport to SoToggleSwitch

This commit is contained in:
Kacper Donat
2025-08-13 23:26:12 +02:00
committed by Benjamin Nauck
parent 9dc746389b
commit 8185d01771

View File

@@ -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);