diff --git a/htmlparser/src/CRtfDTD.cpp b/htmlparser/src/CRtfDTD.cpp index df1220da0d60..ff0bef4fb939 100644 --- a/htmlparser/src/CRtfDTD.cpp +++ b/htmlparser/src/CRtfDTD.cpp @@ -111,6 +111,7 @@ static RTFEntry gRTFTable[] = { * @param * @return */ +static const char* GetTagName(eRTFTags aTag) { PRInt32 cnt=sizeof(gRTFTable)/sizeof(RTFEntry); PRInt32 low=0; diff --git a/parser/htmlparser/src/CRtfDTD.cpp b/parser/htmlparser/src/CRtfDTD.cpp index df1220da0d60..ff0bef4fb939 100644 --- a/parser/htmlparser/src/CRtfDTD.cpp +++ b/parser/htmlparser/src/CRtfDTD.cpp @@ -111,6 +111,7 @@ static RTFEntry gRTFTable[] = { * @param * @return */ +static const char* GetTagName(eRTFTags aTag) { PRInt32 cnt=sizeof(gRTFTable)/sizeof(RTFEntry); PRInt32 low=0;