summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-04 00:31:08 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-04 00:31:08 +0200
commitadcf6f9adcd8b33fd6f3cf0e5b00a4a4db183002 (patch)
treef98978e1dc62b32cfe0dce1441e6bfa211069c21
parent188f13a3ff5ab93c326ddd85bda252a2f0022ae6 (diff)
Fix disk build.
-rw-r--r--src/tools/dcpomatic_disk.cc2
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;
}