summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-0/baseref.hpp
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-12-26 13:31:23 -0800
committeruser <user@localhost.localdomain>2019-12-26 13:31:23 -0800
commit1c0b4c8ea8e32dddef0da99bbac546952bb20e44 (patch)
tree45b7c1f593df2f80f07727ff04d6ad53a23f3eef /starts/meaning-vm/level-0/baseref.hpp
parentdc2779f5a7ceb226620f39e728b73b028cb17c10 (diff)
downloadstandingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.tar.gz
standingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.zip
wip
Diffstat (limited to 'starts/meaning-vm/level-0/baseref.hpp')
-rw-r--r--starts/meaning-vm/level-0/baseref.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-0/baseref.hpp b/starts/meaning-vm/level-0/baseref.hpp
index b6e98e8..90c33e1 100644
--- a/starts/meaning-vm/level-0/baseref.hpp
+++ b/starts/meaning-vm/level-0/baseref.hpp
@@ -149,7 +149,7 @@ public:
decltype(concept::links) & links;
};
- void unlink(typename links_t::iterator & it) { p->unlink(it.underlying()); }
+ void unlink(typename links_t::iterator it) { p->unlink(it.underlying()); }
bool crucial(typename links_t::iterator it) { return self.p->crucial(it.underlying()); }
void setcrucial(typename links_t::iterator it) { self.p->setcrucial(it.underlying()); }
};