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
layout

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

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