diff options
Diffstat (limited to 'source/core/StarException.hpp')
-rw-r--r-- | source/core/StarException.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarException.hpp b/source/core/StarException.hpp index 2805c9d..f9009bc 100644 --- a/source/core/StarException.hpp +++ b/source/core/StarException.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_EXCEPTION_HPP -#define STAR_EXCEPTION_HPP +#pragma once #include "StarMemory.hpp" #include "StarOutputProxy.hpp" @@ -103,5 +102,3 @@ StarException StarException::format(fmt::format_string<Args...> fmt, Args const& } } - -#endif |