mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 15:10:33 +05:00
Fix compilation warnings (add missing end of line in the last line of file)
This commit is contained in:
parent
59ecd7ddf6
commit
d063ba2bae
@ -513,4 +513,4 @@ Standard_Boolean GEOM_AISShape::switchTopLevel() {
|
|||||||
|
|
||||||
Standard_Boolean GEOM_AISShape::toActivate() {
|
Standard_Boolean GEOM_AISShape::toActivate() {
|
||||||
return Standard_True;
|
return Standard_True;
|
||||||
}
|
}
|
||||||
|
@ -99,4 +99,4 @@ Standard_Boolean GEOM_TopWireframeShape::switchTopLevel() {
|
|||||||
|
|
||||||
void GEOM_TopWireframeShape::setIO(const Handle(SALOME_InteractiveObject)& io){
|
void GEOM_TopWireframeShape::setIO(const Handle(SALOME_InteractiveObject)& io){
|
||||||
SetOwner( io );
|
SetOwner( io );
|
||||||
}
|
}
|
||||||
|
@ -107,4 +107,4 @@ private:
|
|||||||
// other inline functions and methods (like "C++: function call" methods)
|
// other inline functions and methods (like "C++: function call" methods)
|
||||||
//
|
//
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user