blob: 04133c7bb5b17e11c6f836fdbca8e8df93bb7926 [file] [log] [blame]
#include "rive/generated/data_bind/bindable_property_string_base.hpp"
#include "rive/data_bind/bindable_property_string.hpp"
using namespace rive;
Core* BindablePropertyStringBase::clone() const
{
auto cloned = new BindablePropertyString();
cloned->copy(*this);
return cloned;
}