static void nsHTMLTagContent::ParseValueOrPercentOrProportional(const nsString& aString,

This commit is contained in:
atotic 1998-06-16 21:45:10 +00:00
Родитель 97ccd2aec0
Коммит 343a746002
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -141,7 +141,7 @@ public:
* percent (n%),
* or proportional (n*)
*/
static void nsHTMLTagContent::ParseValueOrPercentOrProportional(const nsString& aString,
static void ParseValueOrPercentOrProportional(const nsString& aString,
nsHTMLValue& aResult,
nsHTMLUnit aValueUnit);