gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Use standard #ifndef/#define for avoiding multiple include.
0 1 0
default
1 file changed with 3 insertions and 3 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -17,6 +17,6 @@
17 17
 */
18 18

	
19
#ifndef LEMON_ARG_PARSER
20
#define LEMON_ARG_PARSER
19
#ifndef LEMON_ARG_PARSER_H
20
#define LEMON_ARG_PARSER_H
21 21

	
22 22
#include <vector>
... ...
@@ -383,3 +383,3 @@
383 383
}
384 384

	
385
#endif // LEMON_ARG_PARSER
385
#endif // LEMON_ARG_PARSER_H
0 comments (0 inline)