From eac35f527e0475df11d193acbf74ce6e945c771e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 17 Mar 2021 10:35:48 +0100 Subject: [PATCH] Update dart/common/ClassWithVirtualBase.hpp Co-authored-by: Jeongseok Lee --- dart/common/ClassWithVirtualBase.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dart/common/ClassWithVirtualBase.hpp b/dart/common/ClassWithVirtualBase.hpp index 4017deeaff1f3..d6708c05e3282 100644 --- a/dart/common/ClassWithVirtualBase.hpp +++ b/dart/common/ClassWithVirtualBase.hpp @@ -30,8 +30,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DART_CLASS_WITH_VIRTUAL_BASE_HPP_ -#define DART_CLASS_WITH_VIRTUAL_BASE_HPP_ +#ifndef DART_COMMON_CLASSWITHVIRTUALBASE_HPP_ +#define DART_COMMON_CLASSWITHVIRTUALBASE_HPP_ // This macro is used to mark all the class that inherit // virtually from another to avoid problems on MSVC