Merge master.
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 16:10:47 +0000 (17:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Jul 2014 16:10:47 +0000 (17:10 +0100)
1  2 
src/wx/kdm_dialog.cc

index 4975146ec87a998e5c6fa2ccbe0f3a8e6103e1c5,ebecd234c871894320c657edc996046eeabc8701..4334fd446ce99ae7dad7665fc4dc471072f2903c
@@@ -490,10 -490,10 +490,10 @@@ KDMDialog::write_to () cons
        return _write_to->GetValue ();
  }
  
 -libdcp::KDM::Formulation
 +dcp::Formulation
  KDMDialog::formulation () const
  {
-       return (dcp::Formulation) reinterpret_cast<long int> (_type->GetClientData (_type->GetSelection()));
 -      return (libdcp::KDM::Formulation) reinterpret_cast<intptr_t> (_type->GetClientData (_type->GetSelection()));
++      return (dcp::Formulation) reinterpret_cast<intptr_t> (_type->GetClientData (_type->GetSelection()));
  }
  
  void