about summary refs log tree commit diff stats
path: root/077hash.cc
diff options
context:
space:
mode:
Diffstat (limited to '077hash.cc')
-rw-r--r--077hash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/077hash.cc b/077hash.cc
index ea185cfa..f2cc403d 100644
--- a/077hash.cc
+++ b/077hash.cc
@@ -104,7 +104,7 @@ size_t hash_mu_container(size_t h, const reagent& r) {
     element.set_value(address+offset);
     h = hash(h, element);
 //?     cerr << i << ": " << h << '\n';
-    offset += size_of(info.elements.at(i));
+    offset += size_of(info.elements.at(i).type);
   }
   return h;
 }