diff options
Diffstat (limited to 'include/ocl/tproc/rope.hpp')
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index 83f8bc5..a506336 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -3,8 +3,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/tproc -#ifndef __OCL_TPROC_ROPE_HPP -#define __OCL_TPROC_ROPE_HPP +#ifndef OCL_TPROC_ROPE_HPP +#define OCL_TPROC_ROPE_HPP #include <ocl/tproc/detail/rope_fwd.hpp> @@ -220,4 +220,4 @@ inline std::wostream& operator<<(std::wostream& os, const ocl::tproc::wrope& r) #include "rope.inl" -#endif // __OCL_TPROC_ROPE_HPP +#endif // OCL_TPROC_ROPE_HPP |
