lemon/arg_parser.h
changeset 261 1c2ac7deb5d8
parent 214 60eecd3fe37a
child 290 f6899946c1ac
     1.1 --- a/lemon/arg_parser.h	Thu Sep 11 11:10:44 2008 +0100
     1.2 +++ b/lemon/arg_parser.h	Tue Sep 16 08:41:08 2008 +0100
     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