282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin

This commit is contained in:
ben%bengoodger.com 2005-02-25 08:59:10 +00:00
Родитель 5748c8d6ec
Коммит e39a4ddeba
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -35,6 +35,8 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsURIHashKey_h__
#define nsURIHashKey_h__
#include "pldhash.h"
#include "nsCOMPtr.h"
@ -79,3 +81,5 @@ public:
private:
nsCOMPtr<nsIURI> mKey;
};
#endif // nsURIHashKey_h__