just adding a comment with reference to the bug to let people looking

at this know what the heck is going on
This commit is contained in:
jdunn%netscape.com 2001-04-04 21:57:14 +00:00
Родитель 6d5ffd1e43
Коммит 66345ca194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -168,8 +168,10 @@ protected:
/** /**
* Hashtable entry; holds weak reference to a match object. * Hashtable entry; holds weak reference to a match object.
*
* NOTE: this has to be public for several compilers (see 74725) so
* that ConstIterator's union can have access to Entry.
*/ */
public: public:
struct Entry { struct Entry {
friend class ConstIterator; friend class ConstIterator;