From b94683bd7e503a1cc914e7ba5123fd16b17112fe Mon Sep 17 00:00:00 2001 From: "Marco A. Gutierrez" Date: Thu, 22 Dec 2022 00:32:37 +0000 Subject: [PATCH] header guard fix for battery power load component Signed-off-by: Marco A. Gutierrez --- include/ignition/gazebo/components/BatteryPowerLoad.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ignition/gazebo/components/BatteryPowerLoad.hh b/include/ignition/gazebo/components/BatteryPowerLoad.hh index 83644eaec8..6cfb191678 100644 --- a/include/ignition/gazebo/components/BatteryPowerLoad.hh +++ b/include/ignition/gazebo/components/BatteryPowerLoad.hh @@ -15,7 +15,7 @@ * */ #ifndef IGNITION_GAZEBO_COMPONENTS_BATTERYPOWERLOAD_HH_ -#define IGNITION_GAZEBO_COMPONENTS_BATTERYCONSUMPTION_HH_ +#define IGNITION_GAZEBO_COMPONENTS_BATTERYPOWERLOAD_HH_ #include #include