summaryrefslogtreecommitdiff
path: root/src/wx/properties_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/properties_dialog.h')
-rw-r--r--src/wx/properties_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/properties_dialog.h b/src/wx/properties_dialog.h
index f72c83419..308c0f7b3 100644
--- a/src/wx/properties_dialog.h
+++ b/src/wx/properties_dialog.h
@@ -25,12 +25,12 @@ class ThreadedStaticText;
class PropertiesDialog : public wxDialog
{
public:
- PropertiesDialog (wxWindow *, Film *);
+ PropertiesDialog (wxWindow *, boost::shared_ptr<Film>);
private:
std::string frames_already_encoded () const;
- Film* _film;
+ boost::shared_ptr<Film> _film;
wxStaticText* _frames;
wxStaticText* _disk_for_frames;
wxStaticText* _total_disk;