Merge master.
[dcpomatic.git] / src / wx / video_panel.cc
index f00edd8fff0f69c3168911694a22b906581fd567..cd831baed7cbc5b97324d97a1a603773d0ee0614 100644 (file)
@@ -332,7 +332,7 @@ VideoPanel::setup_description ()
        d << wxString::Format (_("Content frame rate %.4f\n"), vcs->video_frame_rate ());
        ++lines;
        FrameRateChange frc (vcs->video_frame_rate(), _parent->film()->video_frame_rate ());
-       d << std_to_wx (frc.description) << "\n";
+       d << std_to_wx (frc.description ()) << "\n";
        ++lines;
 
        for (int i = lines; i < 6; ++i) {