well, now it needs to include nsCOMPtr, since the header doesn't anymore

This commit is contained in:
scc%netscape.com 1999-08-03 08:34:17 +00:00
Родитель ea29b57a08
Коммит f311d065ca
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1,6 +1,7 @@
// nsWeakReference.cpp
#include "nsWeakReference.h"
#include "nsCOMPtr.h"
nsIWeakReference*
NS_GetWeakReference( nsISupports* aInstance, nsresult* aResult )

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

@ -1,6 +1,7 @@
// nsWeakReference.cpp
#include "nsWeakReference.h"
#include "nsCOMPtr.h"
nsIWeakReference*
NS_GetWeakReference( nsISupports* aInstance, nsresult* aResult )