about summary refs log tree commit diff stats
path: root/012transform.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-05 11:23:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-05 11:23:20 -0700
commit0d9d275314f98dceec1118e80eaab89a00c3ad3e (patch)
tree6c05af05479100eee8a12f9ffc11e927d97d9bf5 /012transform.cc
parentcbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa (diff)
downloadmu-0d9d275314f98dceec1118e80eaab89a00c3ad3e.tar.gz
2154 - check types only after loading all layers
Follow-up to 2147, which switched transform_all to only run once, after
loading all layers.
Diffstat (limited to '012transform.cc')
-rw-r--r--012transform.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/012transform.cc b/012transform.cc
index 614e53ed..59af0e22 100644
--- a/012transform.cc
+++ b/012transform.cc
@@ -25,6 +25,7 @@ void transform_all() {
     }
   }
   parse_int_reagents();  // do this after all other transforms have run
+  // End Transform
 }
 
 void parse_int_reagents() {