lots of MIDI editing stuff. to be explained on the website when its done
[ardour.git] / gtk2_ardour / export_dialog.cc
index a6a6b8dfcc2796d16ed857da17e21810deb34dd4..fd39aca3355e105b1303a408cfa48a155bfcf17b 100644 (file)
@@ -234,7 +234,7 @@ ExportDialog::update_warnings ()
        if (!warnings->conflicting_filenames.empty()) {
                list_files_hbox.show ();
                for (std::list<Glib::ustring>::iterator it = warnings->conflicting_filenames.begin(); it != warnings->conflicting_filenames.end(); ++it) {
-                       ustring::size_type pos = it->find_last_of ("/");
+                       Glib::ustring::size_type pos = it->find_last_of ("/");
                        list_files_string += "\n" + it->substr (0, pos + 1) + "<b>" + it->substr (pos + 1) + "</b>";
                }
        }