# | Line 143 | Line 143 | void SiteMapper::index(const string& sit | |
---|---|---|
143 | void SiteMapper::newMap(const string& siteMap) | |
144 | { | |
145 | // | |
146 | + | |
147 | + | for (int index = 0; index < pages.size(); index++) |
148 | + | { |
149 | + | cout << pages[index] << '\n'; |
150 | + | } |
151 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |