about summary refs log tree commit diff stats
path: root/cpp/012run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/012run')
-rw-r--r--cpp/012run2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/012run b/cpp/012run
index 946b01d1..194a55c5 100644
--- a/cpp/012run
+++ b/cpp/012run
@@ -75,7 +75,7 @@ int to_int(string n) {
   return result;
 }
 
-int size_of(reagent r) {
+size_t size_of(reagent r) {
   type_info t = Type[r.types[0]];
   if (!t.is_record && !t.is_array) return t.size;
   return t.size;  // TODO