From 5399b00f957651afd270e61d8671a7a4e4106be4 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 13 Jan 2016 23:24:17 -0800 Subject: [PATCH] Fix header guard --- DataSpec/DNACommon/EGMC.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DataSpec/DNACommon/EGMC.hpp b/DataSpec/DNACommon/EGMC.hpp index 0ef7e8dd7..f5ab6fab2 100644 --- a/DataSpec/DNACommon/EGMC.hpp +++ b/DataSpec/DNACommon/EGMC.hpp @@ -1,5 +1,5 @@ -#ifndef EGMC_HPP -#define EGMC_HPP +#ifndef _DNACOMMON_EGMC_HPP_ +#define _DNACOMMON_EGMC_HPP_ #include "DNACommon.hpp" @@ -23,4 +23,4 @@ struct EGMC : public BigDNA }; } } -#endif // EGMC_HPP +#endif // _DNACOMMON_EGMC_HPP_