summaryrefslogtreecommitdiff
path: root/src/wx/imagemagick_content_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/imagemagick_content_dialog.h')
-rw-r--r--src/wx/imagemagick_content_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/imagemagick_content_dialog.h b/src/wx/imagemagick_content_dialog.h
index 2fa955929..b22ff6817 100644
--- a/src/wx/imagemagick_content_dialog.h
+++ b/src/wx/imagemagick_content_dialog.h
@@ -27,8 +27,9 @@ class ImageMagickContentDialog : public wxDialog
public:
ImageMagickContentDialog (wxWindow *, boost::shared_ptr<ImageMagickContent>);
- int video_length () const;
-
private:
+ void video_length_changed (wxCommandEvent &);
+
+ boost::weak_ptr<ImageMagickContent> _content;
wxSpinCtrl* _video_length;
};