diff --git a/indirect_iterator_example.cpp b/indirect_iterator_example.cpp index 8f1d389..f8434c4 100644 --- a/indirect_iterator_example.cpp +++ b/indirect_iterator_example.cpp @@ -29,8 +29,7 @@ int main(int, char*[]) // Example of using indirect_iterator_pair_generator - typedef boost::indirect_iterator_pair_generator PairGen; + typedef boost::indirect_iterator_pair_generator PairGen; char mutable_characters[N]; char* pointers_to_mutable_chars[N];