Variables called id

Hi - I’m compiling the Juced project, a forked child of the original Juce. The juce_amalgamated file has lots of variables named “id”, which of course causes problems on mac given that the file is being compiled as Objective C++ and id is a fundamental built in type.

My question is how was this issue solved in the original Juce?

I would like to apply the same fix to Juced so as not to break it too much for future Juce updates.

The Juced project is here by the way - I want to get this working perfectly on Mac (without breaking other platforms of course) and contribute to making it the amazing tool it should be.
http://code.google.com/p/juced/

thanks, H

I seem to remember just going through and renaming all the “id” variables…