From: Carl Hetherington Date: Tue, 18 Apr 2023 10:53:16 +0000 (+0200) Subject: Cleanup: longer variable name. X-Git-Tag: v2.16.54~8 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6a2d9674cee32820b8f4b98e455b65d0072eef81 Cleanup: longer variable name. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 5b43e510c..bd5be54ae 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1270,8 +1270,8 @@ private: } if (_film->dirty ()) { - T d (_film->name ()); - switch (d.run ()) { + T dialog(_film->name()); + switch (dialog.run()) { case wxID_NO: return true; case wxID_YES: