mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +00:00
add static to 2 functions to reduce Macintosh compiler warnings
This commit is contained in:
parent
85c27fb66b
commit
fe2af98da0
@ -147,6 +147,7 @@ public:
|
||||
* @param aString -- string to be convered to id
|
||||
* @return valid id, or user_defined.
|
||||
*/
|
||||
static
|
||||
eXIFTags DetermineXIFTagType(const nsString& aString)
|
||||
{
|
||||
PRInt32 result=-1;
|
||||
@ -235,6 +236,7 @@ NS_IMPL_RELEASE(nsXIFDTD)
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
static
|
||||
PRInt32 XIFDispatchTokenHandler(CToken* aToken,nsIDTD* aDTD) {
|
||||
|
||||
PRInt32 result=0;
|
||||
|
@ -147,6 +147,7 @@ public:
|
||||
* @param aString -- string to be convered to id
|
||||
* @return valid id, or user_defined.
|
||||
*/
|
||||
static
|
||||
eXIFTags DetermineXIFTagType(const nsString& aString)
|
||||
{
|
||||
PRInt32 result=-1;
|
||||
@ -235,6 +236,7 @@ NS_IMPL_RELEASE(nsXIFDTD)
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
static
|
||||
PRInt32 XIFDispatchTokenHandler(CToken* aToken,nsIDTD* aDTD) {
|
||||
|
||||
PRInt32 result=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user