OSC:: needs the .h file too...
[ardour.git] / gtk2_ardour / audio_region_editor.h
index b72986ecf19034387bc5f9564b7a0f97ee0443a0..083a39dfbc736edf973e202febafdbb638790f07 100644 (file)
@@ -73,6 +73,7 @@ class AudioRegionEditor : public RegionEditor
        Gtk::Label _peak_amplitude_label;
        Gtk::Entry _peak_amplitude;
 
+       void signal_peak_thread ();
        pthread_t _peak_amplitude_thread_handle;
        void peak_amplitude_found (double);
        PBD::Signal1<void, double> PeakAmplitudeFound;