]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix compilation warnings (add missing end of line in the last line of file)
authorvsr <vsr@opencascade.com>
Wed, 10 Oct 2012 14:31:10 +0000 (14:31 +0000)
committervsr <vsr@opencascade.com>
Wed, 10 Oct 2012 14:31:10 +0000 (14:31 +0000)
src/OBJECT/GEOM_AISShape.cxx
src/OBJECT/GEOM_TopWireframeShape.cxx
src/OBJECT/GEOM_TopWireframeShape.hxx

index 7cba7edbe6ff272308c52f87e3eba8ecb00d701d..4b5b686e43cb72288548af952fee46fc4d8b55aa 100644 (file)
@@ -513,4 +513,4 @@ Standard_Boolean GEOM_AISShape::switchTopLevel() {
 
 Standard_Boolean GEOM_AISShape::toActivate() {
        return Standard_True;
-}
\ No newline at end of file
+}
index b3db3ddda3048de0038a45a18797d06a95799812..f22b3197fbd3a8b9b5a4b3e26a2021bf466b41e8 100755 (executable)
@@ -99,4 +99,4 @@ Standard_Boolean GEOM_TopWireframeShape::switchTopLevel() {
 
 void GEOM_TopWireframeShape::setIO(const Handle(SALOME_InteractiveObject)& io){
   SetOwner( io );
-}
\ No newline at end of file
+}
index b15f3c670a27eeed52a27fbf0d5844f2da23464c..90e8d7b385ebcaf5cad4dd5d7809efe45bb2bae4 100755 (executable)
@@ -107,4 +107,4 @@ private:
 // other inline functions and methods (like "C++: function call" methods)
 //
 
-#endif
\ No newline at end of file
+#endif