From f149c384ed3d018078cfca5f549241d118963e62 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 5 Sep 2017 17:32:39 +0200 Subject: [PATCH] Fix compilation warning --- Source/Carla/AI/TrafficLightBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Carla/AI/TrafficLightBase.h b/Source/Carla/AI/TrafficLightBase.h index 216cb3ef1..239d6a4b0 100644 --- a/Source/Carla/AI/TrafficLightBase.h +++ b/Source/Carla/AI/TrafficLightBase.h @@ -47,7 +47,7 @@ public: protected: UFUNCTION(Category = "Traffic Light", BlueprintImplementableEvent) - void OnTrafficLightStateChanged(ETrafficLightState State); + void OnTrafficLightStateChanged(ETrafficLightState TrafficLightState); private: