mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
Removed duplicating semicolons ;;. Removed redundant semicolon at namespace closure.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
|
||||
Standard_EXPORT Handle(TColgp_HArray1OfXYZ) Points() const;
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_CoordinatesList,StepVisual_TessellatedItem);
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_CoordinatesList,StepVisual_TessellatedItem)
|
||||
|
||||
private:
|
||||
|
||||
|
@@ -30,7 +30,7 @@ class Standard_Transient;
|
||||
|
||||
typedef NCollection_Vector<Handle(TColStd_HSequenceOfInteger)> StepVisual_VectorOfHSequenceOfInteger;
|
||||
|
||||
DEFINE_STANDARD_HANDLE(StepVisual_TessellatedCurveSet, StepVisual_TessellatedItem);
|
||||
DEFINE_STANDARD_HANDLE(StepVisual_TessellatedCurveSet, StepVisual_TessellatedItem)
|
||||
|
||||
|
||||
class StepVisual_TessellatedCurveSet : public StepVisual_TessellatedItem
|
||||
@@ -55,6 +55,6 @@ private:
|
||||
NCollection_Handle<StepVisual_VectorOfHSequenceOfInteger> myCurves;
|
||||
|
||||
public :
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_TessellatedCurveSet,StepVisual_TessellatedItem);
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_TessellatedCurveSet,StepVisual_TessellatedItem)
|
||||
};
|
||||
#endif // StepVisual_TessellatedCurveSet
|
||||
|
@@ -32,6 +32,6 @@ public:
|
||||
//! Returns a DraughtingCalloutElement select type
|
||||
Standard_EXPORT StepVisual_TessellatedItem();
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_TessellatedItem,StepGeom_GeometricRepresentationItem);
|
||||
DEFINE_STANDARD_RTTIEXT(StepVisual_TessellatedItem,StepGeom_GeometricRepresentationItem)
|
||||
};
|
||||
#endif // StepVisual_TessellatedItem
|
||||
|
Reference in New Issue
Block a user