diff options
Diffstat (limited to 'raul/TimeSlice.hpp')
-rw-r--r-- | raul/TimeSlice.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/TimeSlice.hpp b/raul/TimeSlice.hpp index 92979b0..c72ca03 100644 --- a/raul/TimeSlice.hpp +++ b/raul/TimeSlice.hpp @@ -14,8 +14,8 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RAUL_TIME_SLICE_HPP -#define RAUL_TIME_SLICE_HPP +#ifndef RAUL_TIMESLICE_HPP +#define RAUL_TIMESLICE_HPP #include "raul/Noncopyable.hpp" #include "raul/TimeStamp.hpp" @@ -153,4 +153,4 @@ private: } // namespace Raul -#endif // RAUL_TIME_SLICE_HPP +#endif // RAUL_TIMESLICE_HPP |