From a2be26c8876cd4da4e5966e541ee4fba60024cde Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 00:35:53 -0700 Subject: 1035 --- cpp/010vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/010vm') diff --git a/cpp/010vm b/cpp/010vm index 5d3ddd53..8d1c71df 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -151,7 +151,7 @@ void setup_recipes() { //: Helpers :(code) -// indent members to avoid generating prototypes for them +// indent methods to avoid generating prototypes for them instruction::instruction() :is_label(false), operation(IDLE) {} void instruction::clear() { is_label=false; label.clear(); operation=IDLE; ingredients.clear(); products.clear(); } -- cgit 1.4.1-2-gfad0