add back-pointer to TempoMap from points, and push dirty=true into map
[ardour.git] / gtk2_ardour / export_report.h
index 4639cafc447fe01950a44aa1fe1a72baa1b6dddd..af91ee2dbe65e2c5436ee1e200a13a91b412255a 100644 (file)
@@ -189,6 +189,10 @@ public:
        ExportReport (const std::string & title, const ARDOUR::AnalysisResults & ar);
        int run ();
 
+       void on_response (int response_id) {
+               Gtk::Dialog::on_response (response_id);
+       }
+
 private:
        void init (const ARDOUR::AnalysisResults &, bool);
        void draw_waveform (Cairo::RefPtr<Cairo::ImageSurface>& wave,