Fix compilation warnings (add missing end of line in the last line of file)

This commit is contained in:
vsr 2012-10-10 14:31:10 +00:00
parent 59ecd7ddf6
commit d063ba2bae
3 changed files with 3 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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 );
} }

View File

@ -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