diff options
Diffstat (limited to 'src/pstream.h')
-rw-r--r-- | src/pstream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pstream.h b/src/pstream.h index 16b16ce8..92b03ce4 100644 --- a/src/pstream.h +++ b/src/pstream.h @@ -39,8 +39,8 @@ * * @ingroup util */ -#ifndef _PSTREAM_H -#define _PSTREAM_H +#ifndef INCLUDED_PSTREAM_H +#define INCLUDED_PSTREAM_H //#include <istream> //#include <streambuf> @@ -111,4 +111,4 @@ public: } }; -#endif // _PSTREAM_H +#endif // INCLUDED_PSTREAM_H |