Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / XGUI / XGUI_TransparencyWidget.cpp
index a69954fac92f8687a79aabee00de4157c6d0d5e8..c579e2cee277bf202c2f9eb6a869f29c1c94235e 100644 (file)
@@ -26,7 +26,8 @@
 #include <QLabel>
 #include <QSlider>
 
-XGUI_TransparencyWidget::XGUI_TransparencyWidget(QWidget* theParent, const QString& theLabelText)
+XGUI_TransparencyWidget::XGUI_TransparencyWidget(QWidget* theParent,
+                                                 const QString& /*theLabelText*/)
   : QWidget(theParent)
 {
   QVBoxLayout* aLay = new QVBoxLayout(this);