summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/concept.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/concept.hpp')
-rw-r--r--starts/meaning-vm/concept.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/starts/meaning-vm/concept.hpp b/starts/meaning-vm/concept.hpp
index 4d73770..e5cddec 100644
--- a/starts/meaning-vm/concept.hpp
+++ b/starts/meaning-vm/concept.hpp
@@ -66,6 +66,7 @@ struct concept
array getAll(ref type);
void link(ref type, ref target);
void unlink(ref type, ref target);
+ void unlink(ref type);
};
template <typename T>