Bump version
[dcpomatic.git] / src / wx / image_sequence_dialog.h
index d3658b7b8e341183e6146acd569ab6fdefdc0604..9b662e2616d451d90ea3472252a9d558da3eac02 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -25,10 +25,8 @@ class ImageSequenceDialog : public TableDialog
 public:
        ImageSequenceDialog (wxWindow* parent);
 
-       float frame_rate () const;
-       bool digest () const;
+       double frame_rate () const;
 
 private:
        wxTextCtrl* _frame_rate;
-       wxCheckBox* _digest;
 };