summaryrefslogtreecommitdiff
path: root/slicer/xml/serializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/xml/serializer.h')
-rw-r--r--slicer/xml/serializer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/slicer/xml/serializer.h b/slicer/xml/serializer.h
index 9c6e1ae..6ee0bff 100644
--- a/slicer/xml/serializer.h
+++ b/slicer/xml/serializer.h
@@ -1,5 +1,4 @@
-#ifndef SLICER_XML_H
-#define SLICER_XML_H
+#pragma once
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wold-style-cast"
@@ -77,5 +76,3 @@ namespace Slicer {
const xmlpp::Document * doc;
};
}
-
-#endif