Fix compilation warning

This commit is contained in:
nsubiron 2017-09-05 17:32:39 +02:00
parent cd1db62a97
commit f149c384ed
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public:
protected:
UFUNCTION(Category = "Traffic Light", BlueprintImplementableEvent)
void OnTrafficLightStateChanged(ETrafficLightState State);
void OnTrafficLightStateChanged(ETrafficLightState TrafficLightState);
private: