diff options
Diffstat (limited to 'cpp/010vm')
-rw-r--r-- | cpp/010vm | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |