diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 1c79078..d748e23 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -497,7 +497,7 @@ namespace ratgdo { this->children_.push_back(obj); obj->set_parent(this); } - LightState RATGDOComponent::get_light_state() + LightState RATGDOComponent::getLightState() { return static_cast(this->lightState); }