Put Font and Screen into dcpomatic namespace.
[dcpomatic.git] / src / wx / screens_panel.cc
index e89173eb27dd82f43f209e43ecffb2643187b85b..7e012b522e3212fd1ccb0198b93e9e1001c743cb 100644 (file)
@@ -36,6 +36,7 @@ using std::string;
 using std::make_pair;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 ScreensPanel::ScreensPanel (wxWindow* parent)
        : wxPanel (parent, wxID_ANY)