about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-17 09:08:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-17 09:08:14 -0800
commit89500176d9ff86eedcc99c2d2d11b1ac96022c97 (patch)
treedf142ff918df08b2c5c3a8b98b78fd8e00caeb44 /030container.cc
parent852936bfaaa385790613b889e01fe1edd6f0312c (diff)
downloadmu-89500176d9ff86eedcc99c2d2d11b1ac96022c97.tar.gz
2666
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index 43d518e8..ca5b1080 100644
--- a/030container.cc
+++ b/030container.cc
@@ -635,7 +635,7 @@ void check_invalid_types(const recipe_ordinal r) {
   }
 }
 
-void check_invalid_types(type_tree* type, const string& block, const string& name) {
+void check_invalid_types(const type_tree* type, const string& block, const string& name) {
   if (!type) return;  // will throw a more precise error elsewhere
   // End Container Type Checks
   if (type->value == 0) {