From a131c1f038a855a5102df11d3dab21e535071b19 Mon Sep 17 00:00:00 2001 From: olpc user Date: Mon, 30 Dec 2019 14:49:59 -0800 Subject: working on runtime errors --- starts/meaning-vm/level-2/habits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/level-2/habits.hpp') diff --git a/starts/meaning-vm/level-2/habits.hpp b/starts/meaning-vm/level-2/habits.hpp index dfc83b2..8e2f65c 100644 --- a/starts/meaning-vm/level-2/habits.hpp +++ b/starts/meaning-vm/level-2/habits.hpp @@ -7,7 +7,7 @@ namespace intellect { namespace level2 { -void ensurehabitscreated(); // for running from static code, for construction order +void createhabits(); namespace concepts { -- cgit v1.2.3