summaryrefslogtreecommitdiff
path: root/src/util/enriched_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/enriched_string.h')
-rw-r--r--src/util/enriched_string.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/enriched_string.h b/src/util/enriched_string.h
index a3b8feb2a..202d84cb0 100644
--- a/src/util/enriched_string.h
+++ b/src/util/enriched_string.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 ENRICHEDSTRING_HEADER
-#define ENRICHEDSTRING_HEADER
+#pragma once
#include <string>
#include <vector>
@@ -87,5 +86,3 @@ private:
bool m_has_background = false;
irr::video::SColor m_background;
};
-
-#endif