up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / include / generated / shapes / path_base.hpp
index b881932..49475b1 100644 (file)
@@ -47,6 +47,12 @@ namespace rive
                        pathFlagsChanged();
                }
 
+               void copy(const PathBase& object)
+               {
+                       m_PathFlags = object.m_PathFlags;
+                       Node::copy(object);
+               }
+
                bool deserialize(uint16_t propertyKey, BinaryReader& reader) override
                {
                        switch (propertyKey)