changeset 279 | 6307bbbf285b |
parent 214 | 60eecd3fe37a |
child 290 | f6899946c1ac |
1.1 --- a/lemon/arg_parser.h Mon Sep 22 15:33:23 2008 +0200 1.2 +++ b/lemon/arg_parser.h Tue Sep 23 18:42:49 2008 +0200 1.3 @@ -16,8 +16,8 @@ 1.4 * 1.5 */ 1.6 1.7 -#ifndef LEMON_ARG_PARSER 1.8 -#define LEMON_ARG_PARSER 1.9 +#ifndef LEMON_ARG_PARSER_H 1.10 +#define LEMON_ARG_PARSER_H 1.11 1.12 #include <vector> 1.13 #include <map> 1.14 @@ -382,4 +382,4 @@ 1.15 }; 1.16 } 1.17 1.18 -#endif // LEMON_ARG_PARSER 1.19 +#endif // LEMON_ARG_PARSER_H