More float -> double.
[dcpomatic.git] / src / wx / image_sequence_dialog.cc
index 48af6afa1198bbee816c6638454426bdfd22f722..12d12182f97ec37e79ee00102f12c8bacb9c0080 100644 (file)
@@ -29,11 +29,11 @@ ImageSequenceDialog::ImageSequenceDialog (wxWindow* parent)
        layout ();
 }
 
-float
+double
 ImageSequenceDialog::frame_rate () const
 {
        try {
-               return raw_convert<float> (wx_to_std (_frame_rate->GetValue ()));
+               return raw_convert<double> (wx_to_std (_frame_rate->GetValue ()));
        } catch (...) {
 
        }