IRremote library compile error: has no member named 'sendSony'

Hello,
I've installed a fresh version of Arduino IDE, and I'm still getting this error message when compiling the demo sketch "IRsendDemo" in shirriff's IRremote library.

IRsendDemo.ino: In function 'void loop()':
IRsendDemo:21: error: 'class IRsend' has no member named 'sendSony'
'class IRsend' has no member named 'sendSony'

I'm aware of the default arduino robot library's IRremote conflicting with shirriff's IR remote library. I made sure the Arduino robot library has been deleted out of the library folder. I've restarted my computer, restarted the IDE. I've done a search in the Arduino folder to make sure all IRremote instances are my shirriff library and not left over from the arduino install.

Still, getting this error. I've looked at the .h and .cpp and the sendSony routine is there.

Any ideas?

Thanks!

The IRremote library was changed to save space by only including the encoders/decoders you request. You forgot to request the Sony encoder. See the documentation.

@ John Wasser +1 for an obscure point... Unfortunately there are 'several' of Mr Sherriff's IR lib's that are still floating about..
Thank you, I was about to attempt to write a sketch that was intended as an IR Remote for several different IR protocols..

Doc