diff --git a/hurricane/src/viewer/CellViewer.cpp b/hurricane/src/viewer/CellViewer.cpp index c99fdd11..622224ab 100644 --- a/hurricane/src/viewer/CellViewer.cpp +++ b/hurricane/src/viewer/CellViewer.cpp @@ -470,7 +470,7 @@ namespace Hurricane { , Qt::Key_S ); _showSelectionAction->setCheckable( true ); - connect( _showSelectionAction, SIGNAL(toggled()), this, SLOT(setShowSelection()) ); + connect( _showSelectionAction, SIGNAL(toggled(bool)), this, SLOT(setShowSelection(bool)) ); action = addToMenu( "view.changeRubber" , tr("Change Rubber Style")