Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
Compare and Show latest version
2 files
+ 0
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -450,7 +450,6 @@ public:
auto AppendProperty(const Property &property) -> void;
auto AppendParent(const Parent &parent) -> void;
auto Switch(ProtoEntity *entity) -> void;
/**
* Copy all of this entity's features to the target ProtoEntity.
*/
Loading