Salome HOME
bos #20661 EDF 22847 - Move to the end
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_BSplineBase.cpp
index a663675c112abc5a3a168fa12c957d050394c7a9..4bed76ce3fa013656e1f4fb3d9f13c2033c1c1b6 100644 (file)
@@ -108,7 +108,8 @@ bool SketchPlugin_BSplineBase::isFixed() {
   return data()->selection(EXTERNAL_ID())->context().get() != NULL;
 }
 
-void SketchPlugin_BSplineBase::attributeChanged(const std::string& theID) {
+void SketchPlugin_BSplineBase::attributeChanged(const std::string& /*theID*/)
+{
 }
 
 bool SketchPlugin_BSplineBase::customAction(const std::string& theActionId)