libikarus/src/objects/properties/toggle_property.cpp
Folling cc73cf000d
fixup compile errors and allow fetching property properly from cache
Signed-off-by: Folling <mail@folling.io>
2025-01-01 14:07:47 +01:00

6 lines
157 B
C++

#include "toggle_property.hpp"
IkarusToggleProperty::IkarusToggleProperty(IkarusProject * project, IkarusId id):
IkarusProperty{project, id, this} {
}