diff options
Diffstat (limited to 'src/unistring.h')
-rw-r--r-- | src/unistring.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/unistring.h b/src/unistring.h index 87b2f904..0e018191 100644 --- a/src/unistring.h +++ b/src/unistring.h @@ -39,8 +39,8 @@ * * @ingroup utils */ -#ifndef _UNISTRING_H -#define _UNISTRING_H +#ifndef INCLUDED_UNISTRING_H +#define INCLUDED_UNISTRING_H namespace ledger { @@ -204,4 +204,4 @@ inline void justify(std::ostream& out, } // namespace ledger -#endif // _UNISTRING_H +#endif // INCLUDED_UNISTRING_H |