diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
index 6ada530aea3e85189b7fe10eb7814b05e2d16a30..7650f45f1f19e7a2894e1e735b6d8d76b7e01d4f 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
@@ -119,17 +119,17 @@ private:
 
     void controllerUsedChangedCallback(const std_msgs::Int32& msg);
 
+    // Get the paramters that specify the type and ID
+    bool getTypeAndIDParameters();
+#endif
+
+
     void setControllerEnabled(int new_controller);
 
     void setAllTabLabelsToNormalColouring();
 
     void setTextColourOfTabLabel(QColor color , QWidget * tab_widget);
 
-    // Get the paramters that specify the type and ID
-    bool getTypeAndIDParameters();
-#endif
-
-
 };
 
 #endif // CONTROLLERTABS_H