Fixed declaration to fix Mac build

git-svn-id: svn://10.0.0.236/trunk@28045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com 1999-04-19 13:37:16 +00:00
parent 569e589389
commit 114c1eb1fa
2 changed files with 2 additions and 4 deletions

View File

@ -251,8 +251,7 @@ public:
* @param aLRCurve -- lowerright curve
* @param aLLCurve -- lowerleft curve
*/
void
RoundedRect::GetRoundedBorders(QBCurve &aULCurve,QBCurve &aURCurve,QBCurve &aLLCurve,QBCurve &aLRCurve);
void GetRoundedBorders(QBCurve &aULCurve,QBCurve &aURCurve,QBCurve &aLLCurve,QBCurve &aLRCurve);
};

View File

@ -251,8 +251,7 @@ public:
* @param aLRCurve -- lowerright curve
* @param aLLCurve -- lowerleft curve
*/
void
RoundedRect::GetRoundedBorders(QBCurve &aULCurve,QBCurve &aURCurve,QBCurve &aLLCurve,QBCurve &aLRCurve);
void GetRoundedBorders(QBCurve &aULCurve,QBCurve &aURCurve,QBCurve &aLLCurve,QBCurve &aLRCurve);
};