mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0032953: Coding - add missing references where applicable
This commit is contained in:
@@ -1965,7 +1965,7 @@ public:
|
||||
// CASCADE RTTI
|
||||
DEFINE_STANDARD_RTTI_INLINE(FilledCircle, AIS_InteractiveObject);
|
||||
|
||||
FilledCircle (gp_Pnt theCenter, Standard_Real theRadius);
|
||||
FilledCircle (const gp_Pnt& theCenter, Standard_Real theRadius);
|
||||
FilledCircle (Handle(Geom_Circle) theCircle);
|
||||
|
||||
private:
|
||||
@@ -1987,7 +1987,7 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
FilledCircle::FilledCircle(gp_Pnt theCenter, Standard_Real theRadius)
|
||||
FilledCircle::FilledCircle(const gp_Pnt& theCenter, Standard_Real theRadius)
|
||||
{
|
||||
myCircle = CreateCircle(theCenter, theRadius);
|
||||
myFilledStatus = Standard_True;
|
||||
|
Reference in New Issue
Block a user