about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-12-13 20:01:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-12-13 20:01:42 -0800
commit71974f15e3b5b32542fec00f0985c674f45a2501 (patch)
treef5fe3ec8cd6f9023acd392ebd8d384129d353797 /020run.cc
parentbf458036ced8cbb50c79268f57418149f5e43909 (diff)
downloadmu-71974f15e3b5b32542fec00f0985c674f45a2501.tar.gz
2622
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index d100b140..a3948dd1 100644
--- a/020run.cc
+++ b/020run.cc
@@ -219,7 +219,7 @@ void load_permanently(string filename) {
   load(fin);
   fin.close();
   // freeze everything so it doesn't get cleared by tests
-  recently_added_recipes.clear();
+  Recently_added_recipes.clear();
   // End load_permanently.
 }