diff options
Diffstat (limited to 'microbe/instruction.h')
-rw-r--r-- | microbe/instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microbe/instruction.h b/microbe/instruction.h index 595dd16..ce5a6f3 100644 --- a/microbe/instruction.h +++ b/microbe/instruction.h @@ -512,7 +512,7 @@ class Code * @return an iterator to the current instruction, or end if it wasn't * found. */ - iterator tqfind( Instruction * instruction ); + iterator find( Instruction * instruction ); /** * Removes the Instruction (regardless of position). * @warning You should always use only this function to remove an |