remove method and inline its contents. Nothing gained by wrapping this up
[ardour.git] / gtk2_ardour / editor_regions.h
index 07f80721d38fcec1dbfcd8ce01fc0fafffd8536b..4b491e673dbea2e8b62254d6182034fead9db9fb 100644 (file)
@@ -209,7 +209,7 @@ private:
 
        std::list<boost::shared_ptr<ARDOUR::Region> > tmp_region_list;
 
-       typedef boost::unordered_map<boost::shared_ptr<ARDOUR::Region>, Gtk::TreeModel::RowReference> RegionRowMap;
+       typedef boost::unordered_map<boost::shared_ptr<ARDOUR::Region>, Gtk::TreeModel::iterator> RegionRowMap;
        typedef boost::unordered_map<std::string, Gtk::TreeModel::RowReference > RegionSourceMap;
 
        RegionRowMap region_row_map;