Commit a978a6419f4f1f3187f21afa0bbb066d7323c25d
1 parent
165877dd
Exists in
master
Header fixes.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
include/grmSpringSegmenter.h
... | ... | @@ -15,8 +15,8 @@ |
15 | 15 | PURPOSE. See the above copyright notices for more information. |
16 | 16 | |
17 | 17 | =========================================================================*/ |
18 | -#ifndef __GRM_SPRING_SEGMENTER_H | |
19 | -#define __GRM_SPRING_SEGMENTER_H | |
18 | +#ifndef GRM_SPRING_SEGMENTER_H | |
19 | +#define GRM_SPRING_SEGMENTER_H | |
20 | 20 | #include "grmSegmenter.h" |
21 | 21 | |
22 | 22 | namespace grm | ... | ... |