aboutsummaryrefslogtreecommitdiffstats
path: root/yage/util/noncopyable.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/util/noncopyable.h')
-rw-r--r--yage/util/noncopyable.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/util/noncopyable.h b/yage/util/noncopyable.h
index f1325ed1..a2bf5e75 100644
--- a/yage/util/noncopyable.h
+++ b/yage/util/noncopyable.h
@@ -1,5 +1,4 @@
-#ifndef YAGE_UTIL_NONCOPYABLE_H
-#define YAGE_UTIL_NONCOPYABLE_H
+#pragma once
namespace yage
{
@@ -15,5 +14,3 @@ protected:
};
} // namespace yage
-
-#endif