diff options
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r-- | pugl/pugl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp index dee8c17..e3f49ea 100644 --- a/pugl/pugl.hpp +++ b/pugl/pugl.hpp @@ -18,8 +18,8 @@ @file pugl.hpp Pugl C++ API wrapper. */ -#ifndef PUGL_HPP_INCLUDED -#define PUGL_HPP_INCLUDED +#ifndef PUGL_PUGL_HPP +#define PUGL_PUGL_HPP #include "pugl/pugl.h" @@ -104,4 +104,4 @@ private: @} */ -#endif /* PUGL_HPP_INCLUDED */ +#endif /* PUGL_PUGL_HPP */ |