From adcf6f9adcd8b33fd6f3cf0e5b00a4a4db183002 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Apr 2021 00:31:08 +0200 Subject: Fix disk build. --- src/tools/dcpomatic_disk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 81db2dd0a..5ae5cfb92 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -320,7 +320,7 @@ private: int j = 0; _drives = Drive::get (); for (auto i: _drives) { - auto const s = std_to_wx(i.description(); + auto const s = std_to_wx(i.description()); if (s == current) { re_select = j; } -- cgit v1.2.3