Fix for gcc2.95 bustage. ANSI C++ forbids declaration of function with no type.

This commit is contained in:
cls%seawood.org 1999-09-02 21:06:34 +00:00
Родитель cafacc211b
Коммит d2eaec27b2
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static ParseNumericValue(const nsString& aString,
static PRInt32 ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);

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

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static ParseNumericValue(const nsString& aString,
static PRInt32 ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);

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

@ -383,7 +383,7 @@ public:
ExecuteJSCode(nsIDOMElement* anElement);
// Used with treecol width attributes
static ParseNumericValue(const nsString& aString,
static PRInt32 ParseNumericValue(const nsString& aString,
PRInt32& aIntValue,
float& aFloatValue,
nsHTMLUnit& aValueUnit);