diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-04 00:31:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 00:31:08 +0200 |
| commit | adcf6f9adcd8b33fd6f3cf0e5b00a4a4db183002 (patch) | |
| tree | f98978e1dc62b32cfe0dce1441e6bfa211069c21 /src | |
| parent | 188f13a3ff5ab93c326ddd85bda252a2f0022ae6 (diff) | |
Fix disk build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
