summaryrefslogtreecommitdiff
path: root/src/wx/text_subtitle_appearance_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/text_subtitle_appearance_dialog.h')
-rw-r--r--src/wx/text_subtitle_appearance_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/text_subtitle_appearance_dialog.h b/src/wx/text_subtitle_appearance_dialog.h
index a6e4b8dc0..feecae543 100644
--- a/src/wx/text_subtitle_appearance_dialog.h
+++ b/src/wx/text_subtitle_appearance_dialog.h
@@ -23,12 +23,12 @@
class wxCheckBox;
class wxColourPickerCtrl;
-class TextSubtitleContent;
+class SubtitleContent;
class TextSubtitleAppearanceDialog : public TableDialog
{
public:
- TextSubtitleAppearanceDialog (wxWindow* parent, boost::shared_ptr<TextSubtitleContent> content);
+ TextSubtitleAppearanceDialog (wxWindow* parent, boost::shared_ptr<SubtitleContent> content);
void apply ();
@@ -37,5 +37,5 @@ private:
wxCheckBox* _outline;
wxColourPickerCtrl* _outline_colour;
- boost::shared_ptr<TextSubtitleContent> _content;
+ boost::shared_ptr<SubtitleContent> _content;
};