Fix disk build.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Apr 2021 22:31:08 +0000 (00:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Apr 2021 22:31:08 +0000 (00:31 +0200)
src/tools/dcpomatic_disk.cc

index 81db2dd0a473c49361fe948fa05153ec510f4a56..5ae5cfb927168fb455d7cc8f173395835331c264 100644 (file)
@@ -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;
                        }