Fix usage of NS_GET_IID with a template param to use the NS_GET_TEMPLATE_IID version, from bug 313309.

This commit is contained in:
bsmedberg%covad.net 2005-11-14 15:27:46 +00:00
Родитель afaacd8030
Коммит 8d046ba95a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -165,7 +165,7 @@ public:
// Helper function for querying the channel's notification callbacks.
template <class T> void GetCallback(nsCOMPtr<T> &result) {
GetInterface(NS_GET_IID(T), getter_AddRefs(result));
GetInterface(NS_GET_TEMPLATE_IID(T), getter_AddRefs(result));
}
// Helper function for calling QueryInterface on this.