Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dart/common/ClassWithVirtualBase.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeongseok Lee <[email protected]>
traversaro and jslee02 authored Mar 17, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ba0da50 commit eac35f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/common/ClassWithVirtualBase.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eac35f5

Please sign in to comment.