up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / include / generated / shapes / points_path_base.hpp
index 2359c89..f852e11 100644 (file)
@@ -48,6 +48,13 @@ namespace rive
                        isClosedChanged();
                }
 
+               Core* clone() const override;
+               void copy(const PointsPathBase& object)
+               {
+                       m_IsClosed = object.m_IsClosed;
+                       Path::copy(object);
+               }
+
                bool deserialize(uint16_t propertyKey, BinaryReader& reader) override
                {
                        switch (propertyKey)