File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
modules/yup_data_model/tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1446,10 +1446,10 @@ void DataTree::Transaction::captureInitialState()
14461446}
14471447
14481448void DataTree::Transaction::applyChangesToTree (DataTree& tree,
1449- const NamedValueSet& originalProperties,
1450- const std::vector<DataTree>& originalChildren,
1451- const std::vector<PropertyChange>& propertyChanges,
1452- const std::vector<ChildChange>& childChanges)
1449+ const NamedValueSet& originalProperties,
1450+ const std::vector<DataTree>& originalChildren,
1451+ const std::vector<PropertyChange>& propertyChanges,
1452+ const std::vector<ChildChange>& childChanges)
14531453{
14541454 if (tree.object == nullptr )
14551455 return ;
Original file line number Diff line number Diff line change @@ -966,7 +966,7 @@ class YUP_API DataTree
966966 void captureInitialState ();
967967 void applyChanges ();
968968 void rollbackChanges ();
969-
969+
970970 // Static helper for applying changes - used by both Transaction and TransactionAction
971971 static void applyChangesToTree (DataTree& tree,
972972 const NamedValueSet& originalProperties,
You can’t perform that action at this time.
0 commit comments