step editing now accessed via a context menu on MIDI track rec-enable buttons. along...
[ardour.git] / libs / ardour / location_importer.cc
index 655a8f1a848c0b641582b881a6110f084f3ae5a1..8d6af300ca597d746dc2a7f0a4a9067323f988a7 100644 (file)
@@ -46,7 +46,7 @@ LocationImportHandler::LocationImportHandler (XMLTree const & source, Session &
 
        // Construct importable locations
        XMLNodeList const & locations = location_node->children();
-       for (XMLNodeList::const_iterator it = locations.begin(); it != locations.end(); it++) {
+       for (XMLNodeList::const_iterator it = locations.begin(); it != locations.end(); ++it) {
                try {
                        elements.push_back (ElementPtr ( new LocationImporter (source, session, *this, **it)));
                } catch (failed_constructor err) {