diff options
Diffstat (limited to 'source/core/StarCasting.hpp')
-rw-r--r-- | source/core/StarCasting.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarCasting.hpp b/source/core/StarCasting.hpp index 0c2ed12..2b8d15a 100644 --- a/source/core/StarCasting.hpp +++ b/source/core/StarCasting.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CASTING_HPP -#define STAR_CASTING_HPP +#pragma once #include "StarException.hpp" #include "StarFormat.hpp" @@ -89,5 +88,3 @@ weak_ptr<Type const> asWeak(shared_ptr<Type const> const& p) { } } - -#endif |