Try to fix build with older boosts.
[dcpomatic.git] / src / wx / image_subtitle_colour_dialog.h
index d6d9443a821ac24155226661bb30f1dcf8cae416..133c3b22bbf05af76e65c468fd18eb9b72fa3c0a 100644 (file)
@@ -26,7 +26,7 @@ class RGBAColourPicker;
 class FFmpegContent;
 class FFmpegSubtitleStream;
 
-class ImageSubtitleColourDialog : public TableDialog
+class ImageSubtitleColourDialog : public wxDialog
 {
 public:
        ImageSubtitleColourDialog (wxWindow* parent, boost::shared_ptr<FFmpegContent> content, boost::shared_ptr<FFmpegSubtitleStream> stream);
@@ -34,6 +34,8 @@ public:
        void apply ();
 
 private:
+       void restore ();
+
        boost::shared_ptr<FFmpegContent> _content;
        boost::shared_ptr<FFmpegSubtitleStream> _stream;
        std::map<RGBA, RGBAColourPicker*> _pickers;