* src/misc/optionmap.cc, src/misc/optionmap.hh: Typo (Hummm).
This commit is contained in:
parent
661dee8633
commit
b10727f139
3 changed files with 11 additions and 6 deletions
|
|
@ -19,8 +19,8 @@
|
|||
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
// 02111-1307, USA.
|
||||
|
||||
#ifndef SPOT_MISC_OPTION_MAP_HH
|
||||
# define SPOT_MISC_OPTION_MAP_HH
|
||||
#ifndef SPOT_MISC_OPTIONMAP_HH
|
||||
# define SPOT_MISC_OPTIONMAP_HH
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
|
@ -71,4 +71,4 @@ namespace spot
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // SPOT_MISC_OPTIONMAP_HH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue