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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/properties_dialog.h b/src/wx/properties_dialog.h
index cae929e18..03e0f01aa 100644
--- a/src/wx/properties_dialog.h
+++ b/src/wx/properties_dialog.h
@@ -29,8 +29,10 @@ public:
private:
std::string frames_already_encoded () const;
+ void layout ();
boost::shared_ptr<Film> _film;
+ wxFlexGridSizer* _table;
wxStaticText* _frames;
wxStaticText* _disk;
ThreadedStaticText* _encoded;