fix name of include guard
This commit is contained in:
parent
0fea0738bf
commit
61b861f0e5
@ -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<BLOCK_SIZE, USE_SHARED_MEM
|
||||
return in;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif //RANGE_TABLE_H_
|
||||
|
Loading…
Reference in New Issue
Block a user