fixup to cellname debug

This commit is contained in:
Zeno Rogue 2020-07-07 22:31:31 +02:00
parent 5c85f22ef3
commit b58c491f4d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ EX string fts(ld x, int prec IS(6)) {
return ss.str();
}
map<void*, int> pointer_indices;
EX map<void*, int> pointer_indices;
EX string index_pointer(void *v) {
if(v == nullptr) return "0";