Basics of metadata dialog - ratings.
[dcpomatic.git] / src / wx / screen_dialog.cc
index 6bfc0da4cbd15816fcaca9203aa4279b08a768fc..71d0ed99d27dfe74d0f8326a2a4864387a8b0a14 100644 (file)
@@ -142,8 +142,8 @@ ScreenDialog::ScreenDialog (
        add_label_to_sizer (_sizer, this, _("Other trusted devices"), true, wxGBPosition (r, 0));
        ++r;
 
-       vector<string> columns;
-       columns.push_back (wx_to_std (_("Thumbprint")));
+       vector<EditableListColumn> columns;
+       columns.push_back (EditableListColumn(wx_to_std(_("Thumbprint"))));
        _trusted_device_list = new EditableList<TrustedDevice, TrustedDeviceDialog> (
                this,
                columns,