diff options
Diffstat (limited to 'source/frontend/StarJoinRequestDialog.hpp')
-rw-r--r-- | source/frontend/StarJoinRequestDialog.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarJoinRequestDialog.hpp b/source/frontend/StarJoinRequestDialog.hpp index a228b3d..4648bb5 100644 --- a/source/frontend/StarJoinRequestDialog.hpp +++ b/source/frontend/StarJoinRequestDialog.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_JOIN_REQUEST_DIALOG_HPP -#define STAR_JOIN_REQUEST_DIALOG_HPP +#pragma once #include "StarPane.hpp" #include "StarRpcPromise.hpp" @@ -26,5 +25,3 @@ private: }; } - -#endif |