add static to 2 functions to reduce Macintosh compiler warnings

This commit is contained in:
brade%netscape.com 1999-03-03 14:54:48 +00:00
parent 85c27fb66b
commit fe2af98da0
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;