Attempted 64-bit compile fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 16:09:33 +0000 (17:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 16:09:33 +0000 (17:09 +0100)
src/wx/kdm_dialog.cc

index a7af7978ca48b65aba8629651917d9cfcbb51892..ebecd234c871894320c657edc996046eeabc8701 100644 (file)
@@ -493,7 +493,7 @@ KDMDialog::write_to () const
 libdcp::KDM::Formulation
 KDMDialog::formulation () const
 {
-       return (libdcp::KDM::Formulation) reinterpret_cast<long int> (_type->GetClientData (_type->GetSelection()));
+       return (libdcp::KDM::Formulation) reinterpret_cast<intptr_t> (_type->GetClientData (_type->GetSelection()));
 }
 
 void