Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI_ToolbarsMgr.cpp
index e6f35c488098a25ed75e59cdce91e3d705244165..5118208f101aa5ce4001bcaa9f0cdb82eabf6a37 100644 (file)
@@ -42,7 +42,7 @@ class SHAPERGUI_CommandIdItem : public QListWidgetItem
 {
 public:
   SHAPERGUI_CommandIdItem(QListWidget* theParent, int theId, SHAPERGUI* theModule)
-    : QListWidgetItem(theParent), myId(theId), myModule(theModule) {}
+    : QListWidgetItem(theParent), myModule(theModule), myId(theId) {}
 
 
   virtual QVariant data(int theRole) const {