Error after upgrade to 350

 

my EA called trade.mqh, after I upgrade to build 350 

then there is  an error (it is the first error, more errors after it):

 

code: 

   string            FormatDealAction(string &str,const uint action) const; 

error: 

identifier 'action' is reserved for enumerator Trade.mqh 113 62

how to fix it? 


 

error: 

identifier 'action' is reserved for enumerator Trade.mqh 113 62

how to fix it? 

   string            FormatDealAction(string &str,const uint action) const; 


Just rename your identifier. E.g. d_action.