update android projects

This commit is contained in:
2019-06-18 18:32:18 +02:00
parent 9ee4bc42b9
commit 41ece63aa7
5 changed files with 9 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ public:
struct ActionLayerMerge : public Action
{
enum class Direction { Undo, Redo } m_direction;
Layer::Snapshot m_snap;
std::shared_ptr<Layer::Snapshot> m_snap;
std::shared_ptr<Layer> m_layer;
std::shared_ptr<NodeLayer> m_layer_node;
std::shared_ptr<NodePanelLayer> m_panel;