X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffonts_dialog.h;h=ba98e0963877b82ccf05982b4b81da161dd4ce99;hb=08f96200aacf9f91ef3e3f5b80224a5b2437f279;hp=6c6873ea34f5629b2a448633026ca80041795bad;hpb=cbd4450197a083bf58bda510e626f73ba583cb66;p=dcpomatic.git diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index 6c6873ea3..ba98e0963 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -25,12 +25,12 @@ #include class Content; -class CaptionContent; +class TextContent; class FontsDialog : public wxDialog { public: - FontsDialog (wxWindow* parent, boost::shared_ptr, boost::shared_ptr caption); + FontsDialog (wxWindow* parent, boost::shared_ptr, boost::shared_ptr caption); private: void setup (); @@ -39,7 +39,7 @@ private: void edit_clicked (); boost::weak_ptr _content; - boost::weak_ptr _caption; + boost::weak_ptr _caption; wxListCtrl* _fonts; wxButton* _edit; };