Adding missing '= 0', Bug 367256, r=neil

This commit is contained in:
Olli.Pettay%helsinki.fi 2007-01-24 11:04:13 +00:00
Родитель 37406b774a
Коммит f3e9b28be0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -77,7 +77,7 @@ public:
* Returns the name of the builtin type of the instance node that aElement is
* bound to. Fails if aElement doesn't have a bound node.
*/
NS_IMETHOD GetBuiltinTypeName(nsIDOMNode *aElement, nsAString& aName);
NS_IMETHOD GetBuiltinTypeName(nsIDOMNode *aElement, nsAString& aName) = 0;
/**
* Return true if instance node that element is bound to is readonly.