Salome HOME
#1112 tab key doesn't work on the last field of left panels
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Parameter.h
index 229f8f217192cb95b68fcc2ee18a9f377b490708..47a0d30721b693f78600e3be5bfc059212f4a92f 100644 (file)
@@ -86,7 +86,7 @@ class ParametersPlugin_Parameter : public ModelAPI_Feature
   /// Updates name of the parameter
   void updateName();
   /// Updates expression of the parameter
-  void updateExpression();
+  bool updateExpression();
 
  private:
   std::shared_ptr<ParametersPlugin_PyInterp> myInterp;