summaryrefslogtreecommitdiff
path: root/src/object_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_properties.h')
-rw-r--r--src/object_properties.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object_properties.h b/src/object_properties.h
index 772807fd9..116921f7d 100644
--- a/src/object_properties.h
+++ b/src/object_properties.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef OBJECT_PROPERTIES_HEADER
-#define OBJECT_PROPERTIES_HEADER
+#pragma once
#include <string>
#include "irrlichttypes_bloated.h"
@@ -60,5 +59,3 @@ struct ObjectProperties
void serialize(std::ostream &os) const;
void deSerialize(std::istream &is);
};
-
-#endif