diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-16 08:53:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-16 08:53:37 +0100 |
| commit | 75cb27e8fc24c1b526802289dbddd67127142379 (patch) | |
| tree | 7a8aab486371a6887fb5daaa925e97e7e63ffd82 /src/wx/image_sequence_dialog.h | |
| parent | df16b07cb1802c8f4485d75db3b2dec67521e599 (diff) | |
More float -> double.
Diffstat (limited to 'src/wx/image_sequence_dialog.h')
| -rw-r--r-- | src/wx/image_sequence_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/image_sequence_dialog.h b/src/wx/image_sequence_dialog.h index 536ae6680..9b662e261 100644 --- a/src/wx/image_sequence_dialog.h +++ b/src/wx/image_sequence_dialog.h @@ -25,7 +25,7 @@ class ImageSequenceDialog : public TableDialog public: ImageSequenceDialog (wxWindow* parent); - float frame_rate () const; + double frame_rate () const; private: wxTextCtrl* _frame_rate; |
