diff --git a/DataStructures/RangeTable.h b/DataStructures/RangeTable.h index 0023fdba4..46333aefb 100644 --- a/DataStructures/RangeTable.h +++ b/DataStructures/RangeTable.h @@ -1,5 +1,5 @@ -#ifndef __RANGE_TABLE_H__ -#define __RANGE_TABLE_H__ +#ifndef RANGE_TABLE_H_ +#define RANGE_TABLE_H_ #include "Range.h" #include "SharedMemoryFactory.h" @@ -228,4 +228,4 @@ std::istream& operator>>(std::istream &in, RangeTable