From: Carl Hetherington Date: Wed, 16 Jul 2014 16:09:33 +0000 (+0100) Subject: Attempted 64-bit compile fix. X-Git-Tag: v2.0.48~655^2~22 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c96637d181be25d58fb6935236e22cb1d6d10b3f Attempted 64-bit compile fix. --- diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index a7af7978c..ebecd234c 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -493,7 +493,7 @@ KDMDialog::write_to () const libdcp::KDM::Formulation KDMDialog::formulation () const { - return (libdcp::KDM::Formulation) reinterpret_cast (_type->GetClientData (_type->GetSelection())); + return (libdcp::KDM::Formulation) reinterpret_cast (_type->GetClientData (_type->GetSelection())); } void