diff options
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 38f474afd..e866aca3f 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -35,7 +35,7 @@ public: bool Show (bool show = true); - void set_cursor (boost::optional<DCPTime> time, boost::optional<float> db); + void set_cursor (boost::optional<dcpomatic::DCPTime> time, boost::optional<float> db); private: void film_change (ChangeType, int); |
