fix double quote in fr.po
[ardour.git] / gtk2_ardour / export_preset_selector.h
index 73211cb523610fbbdde77e8fa126fa7c5dbd3d59..a57fc83aad9f1fbdc761e44c96e0ea768d9778ef 100644 (file)
@@ -40,7 +40,7 @@ class ExportPresetSelector : public Gtk::HBox
   private:
 
        typedef boost::shared_ptr<ARDOUR::ExportProfileManager> ManagerPtr;
-       typedef ARDOUR::ExportProfileManager::PresetPtr PresetPtr;
+       typedef ARDOUR::ExportPresetPtr PresetPtr;
        typedef ARDOUR::ExportProfileManager::PresetList PresetList;
 
        ManagerPtr       profile_manager;