Skip to content
Snippets Groups Projects
Commit 910530de authored by smontagu%netscape.com's avatar smontagu%netscape.com
Browse files

To fix Mac bustage

parent 34888b45
No related branches found
No related tags found
No related merge requests found
......@@ -92,13 +92,13 @@ public:
* @param aRenderingContext the rendering context
* @param aTextRect contains the coordinates to render the string
*/
nsresult nsBidiPresUtils::RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
nsresult RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
private:
/**
......
......@@ -92,13 +92,13 @@ public:
* @param aRenderingContext the rendering context
* @param aTextRect contains the coordinates to render the string
*/
nsresult nsBidiPresUtils::RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
nsresult RenderText(PRUnichar* aText,
PRInt32 aLength,
nsBidiDirection aBaseDirection,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nscoord aX,
nscoord aY);
private:
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment