diff options
Diffstat (limited to 'source/core/StarNetElementDynamicGroup.hpp')
-rw-r--r-- | source/core/StarNetElementDynamicGroup.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarNetElementDynamicGroup.hpp b/source/core/StarNetElementDynamicGroup.hpp index 75d11c8..4f3a2d3 100644 --- a/source/core/StarNetElementDynamicGroup.hpp +++ b/source/core/StarNetElementDynamicGroup.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_ELEMENT_DYNAMIC_GROUP_HPP -#define STAR_NET_ELEMENT_DYNAMIC_GROUP_HPP +#pragma once #include "StarNetElement.hpp" #include "StarIdMap.hpp" @@ -313,5 +312,3 @@ void NetElementDynamicGroup<Element>::readyElement(ElementPtr const& element) { } } - -#endif |