mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
Fixed declaration to fix Mac build
This commit is contained in:
parent
73a4dcd067
commit
b8b86e2425
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);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user