Use ObjectType in TreeEntry #18
Loading…
Reference in New Issue
No description provided.
Delete Branch "objecttype"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We introduced a new type ObjectType, but TreeEntry is still using an int to represent the same thing. This patch fixes that.
Nice spotting!