зеркало из https://github.com/mozilla/gecko-dev.git
well, now it needs to include nsCOMPtr, since the header doesn't anymore
This commit is contained in:
Родитель
ea29b57a08
Коммит
f311d065ca
|
@ -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 )
|
||||
|
|
Загрузка…
Ссылка в новой задаче