Hi Robert, On 10/02/10 9:27 , Paul Martz wrote: > #define NOTIFY(level) if (isNotifyEnabled(level)) osg::notify(level)
Can we please prefix that to something like 'OSG_NOTIFY'? Please?!? Macros are one of these nasty features that happily trample all over other peoples code and don't obey namespaces (or anything really). So let's say somebody is naving a NOTIFY in an enum he's in for a nasty compile error... :-( Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

