Salome HOME
Correction of bug when load from a state without node in error.
[modules/yacs.git] / src / salomewrap / SalomeWrap_Module.hxx
index 66ffcbb3beba5303b76199442953f8735b8188cd..dcca0bb4360a7dd75fc693a677e22829e0c405d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -97,7 +97,8 @@ public:
                   const int groupId = -1,
                   const int index = -1);
 
-  int wCreateTool(const QString& name);
+  int wCreateTool(const QString& title,
+                 const QString& name = QString());
 
   int wCreateTool(const int actionId,
                   const int toolbarId,