Fixed declaration to fix Mac build

This commit is contained in:
dcone%netscape.com 1999-04-19 13:37:16 +00:00
parent 73a4dcd067
commit b8b86e2425
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);
};