X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fwx_util.h;h=da544feb18fc9e3e0a2a975a44274fb75b755caf;hb=75cb27e8fc24c1b526802289dbddd67127142379;hp=dfa0fca5e4c6e1d1744a7b675ad5bc9a93a88f15;hpb=b4e9d90b9d83c952563ccabc435a5d4310ee4853;p=dcpomatic.git diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index dfa0fca5e..da544feb1 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -24,6 +24,7 @@ #ifndef DCPOMATIC_WX_UTIL_H #define DCPOMATIC_WX_UTIL_H +#include "lib/dcpomatic_time.h" #include #include #include @@ -65,6 +66,7 @@ extern wxString std_to_wx (std::string); extern void dcpomatic_setup_i18n (); extern wxString context_translation (wxString); extern std::string string_client_data (wxClientData* o); +extern wxString time_to_timecode (DCPTime t, double fps); extern void checked_set (wxFilePickerCtrl* widget, std::string value); extern void checked_set (wxSpinCtrl* widget, int value);