mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
Fix } outside of include guards
You get an extra brace if ArgTraits.h ends up included more than once https://sourceforge.net/p/tclap/patches/13/
This commit is contained in:
parent
ad5345dfb7
commit
221a79bf17
@ -82,6 +82,7 @@ struct ArgTraits {
|
|||||||
//typedef ValueLike ValueCategory;
|
//typedef ValueLike ValueCategory;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} // namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} // namespace
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user