diff options
Diffstat (limited to 'source/core/StarAtomicSharedPtr.hpp')
-rw-r--r-- | source/core/StarAtomicSharedPtr.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarAtomicSharedPtr.hpp b/source/core/StarAtomicSharedPtr.hpp index 306192f..3ca909b 100644 --- a/source/core/StarAtomicSharedPtr.hpp +++ b/source/core/StarAtomicSharedPtr.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ATOMIC_SHARED_PTR_HPP -#define STAR_ATOMIC_SHARED_PTR_HPP +#pragma once #include "StarThread.hpp" @@ -117,5 +116,3 @@ AtomicSharedPtr<T>& AtomicSharedPtr<T>::operator=(SharedPtr p) { } } - -#endif |