Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarTeamBar.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-05 19:15:47 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-11 15:19:17 +1000
commit37f3178d33ab77de064bcbf10b4b03ddb47cc979 (patch)
tree76e3b3ce2d8716577af98e2bbbc4a41021db5107 /source/frontend/StarTeamBar.hpp
parent90db1e0fbadaeb625691d3d0d13f5ae6ef057109 (diff)
Network compatibility changes
Diffstat (limited to 'source/frontend/StarTeamBar.hpp')
-rw-r--r--source/frontend/StarTeamBar.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/frontend/StarTeamBar.hpp b/source/frontend/StarTeamBar.hpp
index ca50452..2ca40d6 100644
--- a/source/frontend/StarTeamBar.hpp
+++ b/source/frontend/StarTeamBar.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_TEAMBAR_HPP
-#define STAR_TEAMBAR_HPP
+#pragma once
#include "StarPane.hpp"
#include "StarUuid.hpp"
@@ -113,6 +112,4 @@ private:
friend class TeamMemberMenu;
};
-}
-
-#endif
+} \ No newline at end of file