Updated nl_NL translation from Rob van Nieuwkerk.
[dcpomatic.git] / src / wx / audio_panel.h
index 09aae055246156269630b1130ef81966c3f3e5d0..0ae9da88efa9a077d786d61db1409d861b377dec 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "lib/audio_mapping.h"
 #include "content_sub_panel.h"
 #include "content_widget.h"
 
+
 class wxSpinCtrlDouble;
 class wxButton;
 class wxChoice;
 class wxStaticText;
 class AudioMappingView;
 class AudioDialog;
+class LanguageTagWidget;
+
 
 class AudioPanel : public ContentSubPanel
 {
@@ -38,7 +42,7 @@ public:
        void film_changed (Film::Property);
        void film_content_changed (int);
        void content_selection_changed ();
-       void set_film (boost::shared_ptr<Film>);
+       void set_film (std::shared_ptr<Film>);
 
 private:
        void show_clicked ();
@@ -50,6 +54,7 @@ private:
        void setup_sensitivity ();
        void reference_clicked ();
        void add_to_grid ();
+       boost::optional<float> peak () const;
 
        wxCheckBox* _reference;
        wxStaticText* _reference_note;