--- BasiliskII/src/slot_rom.cpp 2001/06/29 12:51:20 1.9 +++ BasiliskII/src/slot_rom.cpp 2001/07/01 12:42:01 1.10 @@ -49,7 +49,7 @@ static int slot_rom_size = 0; // Check whether a mode with the specified depth exists static bool has_depth(video_depth depth) { - std::vector::const_iterator i = VideoModes.begin(), end = VideoModes.end(); + vector::const_iterator i = VideoModes.begin(), end = VideoModes.end(); while (i != end) { if (i->depth == depth) return true;