Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / STLPlugin / STLPlugin_GUI.cxx
index 82c2015f5146cb6b2faeb20ce8f98825d088ce35..030713a2351a34b2231ea80aff3f684ca6a88f20 100644 (file)
@@ -96,7 +96,7 @@ bool STLPlugin_GUI::OnGUIEvent( const QString& theCommandID, SUIT_Desktop* paren
     getGeometryGUI()->getApp()->putInfo( tr("GEOM_PRP_COMMAND").arg( theCommandID ) );
   }
 
-  return true; // ?????????
+  return result;
 }
 
 //=======================================================================