diff --git a/Code/FBSD/BSTools/bsdetectionwidget.cpp b/Code/FBSD/BSTools/bsdetectionwidget.cpp
index 1fb54a2857914e61f776ad00e37e5048d1bb0e5e..abc5244607a12090e5a2afaabb7a07c2ba065e36 100755
--- a/Code/FBSD/BSTools/bsdetectionwidget.cpp
+++ b/Code/FBSD/BSTools/bsdetectionwidget.cpp
@@ -346,7 +346,7 @@ void BSDetectionWidget::switchGroundtruthAnalyzer ()
   {
     gtview = new BSGroundtruthView (&loadedImage, &detector);
     gtview->show ();
-    idetview->show ();
+    gtview->show ();
   }
 }
 // DEV OUT