Subtitle rearrangements.
[dcpomatic.git] / src / wx / fonts_dialog.h
index e04dc9937035407362eb25ac8c7401a8686dd6f9..723414a6baee836dce224936d248277001adfb7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #include <boost/weak_ptr.hpp>
 #include <boost/filesystem.hpp>
 
-class SubtitleContent;
+class Content;
 
 class FontsDialog : public wxDialog
 {
 public:
-       FontsDialog (wxWindow* parent, boost::shared_ptr<SubtitleContent>);
+       FontsDialog (wxWindow* parent, boost::shared_ptr<Content>);
 
 private:
        void setup ();
@@ -36,7 +36,7 @@ private:
        void selection_changed ();
        void edit_clicked ();
 
-       boost::weak_ptr<SubtitleContent> _content;
+       boost::weak_ptr<Content> _content;
        wxListCtrl* _fonts;
        wxButton* _edit;
 };