Add fade in/out option to the content audio tab (#1026).
[dcpomatic.git] / src / wx / timecode.h
index c31a6740c5ea86c86e1fb9a2763dba874a23e85d..84ef5cc1ba2bdae4da4af268d4728617d652eee6 100644 (file)
 
 */
 
 
 */
 
+
 #ifndef DCPOMATIC_WX_TIMECODE_H
 #define DCPOMATIC_WX_TIMECODE_H
 
 #ifndef DCPOMATIC_WX_TIMECODE_H
 #define DCPOMATIC_WX_TIMECODE_H
 
+
 #include "wx_util.h"
 #include "lib/dcpomatic_time.h"
 #include "lib/types.h"
 #include "wx_util.h"
 #include "lib/dcpomatic_time.h"
 #include "lib/types.h"
@@ -28,6 +30,7 @@
 #include <wx/wx.h>
 #include <boost/signals2.hpp>
 
 #include <wx/wx.h>
 #include <boost/signals2.hpp>
 
+
 class TimecodeBase : public wxPanel
 {
 public:
 class TimecodeBase : public wxPanel
 {
 public:
@@ -58,6 +61,7 @@ protected:
        bool _ignore_changed = false;
 };
 
        bool _ignore_changed = false;
 };
 
+
 template <class T>
 class Timecode : public TimecodeBase
 {
 template <class T>
 class Timecode : public TimecodeBase
 {