X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffonts_dialog.cc;h=66f8ab0e486dfab24dde0c3f6c36c1aa49933ed9;hb=357d55e1561c7c3b3fc31e645ad445c7e9398a7d;hp=88fcb2dce5de2f65d9d7a9d2d7c05380bf921aed;hpb=bad26c9a20532bec6735a8dd74cac69e205723b7;p=dcpomatic.git diff --git a/src/wx/fonts_dialog.cc b/src/wx/fonts_dialog.cc index 88fcb2dce..66f8ab0e4 100644 --- a/src/wx/fonts_dialog.cc +++ b/src/wx/fonts_dialog.cc @@ -33,6 +33,7 @@ using std::list; using std::string; using std::cout; using boost::shared_ptr; +using namespace dcpomatic; FontsDialog::FontsDialog (wxWindow* parent, shared_ptr content, shared_ptr caption) : wxDialog (parent, wxID_ANY, _("Fonts"))