X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fenriched_string.h;h=202d84cb07c5ea117017f4217bcae3b55d3c8546;hb=e8fd1ce62331146fae0e98ce4a94d3720f308abf;hp=a3b8feb2a6264e8927c96ab71e2444fe29770082;hpb=4a5e8ad343079f6552fab639770e5771ed7c4e7a;p=oweals%2Fminetest.git 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 #include @@ -87,5 +86,3 @@ private: bool m_has_background = false; irr::video::SColor m_background; }; - -#endif