X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.h;h=0ae9da88efa9a077d786d61db1409d861b377dec;hb=ddd767fd647b2fd585d75ada000d3d01c4c43cb2;hp=aee352a55952649c1282cd9ee15265e0a4c164fe;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index aee352a55..0ae9da88e 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,16 +18,20 @@ */ + #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 {