From 447b01b0b00950b9206753ff330c2d0a0742ac02 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 13 Oct 2015 14:35:08 +0200 Subject: [PATCH] fix typo --- preprocessor/ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index 46ec69cc2..1b4c0b37d 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -127,7 +127,7 @@ PerfectForesightSolverStatement::checkPass(ModFileStructure &mod_file_struct, Wa { mod_file_struct.perfect_foresight_solver_present = true; // Fill in option_occbin of mod_file_struct - OptionsList::string_options_t::const_iterator it = options_list.num_options.find("occbin"); + OptionsList::num_options_t::const_iterator it = options_list.num_options.find("occbin"); if (it != options_list.string_options.end()) mod_file_struct.occbin_option = true; }