Telegram_2018-11-12T12

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2018 > 11 > 12 >

Telegram_2018-11-12T12

Telegram link

 

2018-11-12T12:59:21

 

Im checking in a tiny change to IWMimeTypes in 15. I also remove const prefix for an arg of a method.

 

I was going to use a local var to prevent signature change and you can change it to that if needed. But I think const is compiler level only and since its still string -will it even affect dcu compat?

 

So basically if it does break DCUs, you can convert it to use a local var instead if you need to preseve dcu compat. If so, please comment why.

 


 

Telegram link

 

2018-11-12T12:59:50

 

actually I can do it without removing the const or eevn using a local var....