blob: c7e27ec446ac6e1a47a1afc245467360589a21af [file] [log] [blame]
#include "rive/generated/custom_property_string_base.hpp"
#include "rive/custom_property_string.hpp"
using namespace rive;
Core* CustomPropertyStringBase::clone() const
{
auto cloned = new CustomPropertyString();
cloned->copy(*this);
return cloned;
}