зеркало из https://github.com/mozilla/pjs.git
Fix for gcc2.95 bustage. ANSI C++ forbids declaration of function with no type.
This commit is contained in:
Родитель
cafacc211b
Коммит
d2eaec27b2
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче