add static to 2 functions to reduce Macintosh compiler warnings
git-svn-id: svn://10.0.0.236/trunk@22727 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user