diff options
Diffstat (limited to 'source/frontend/StarTeleportDialog.hpp')
-rw-r--r-- | source/frontend/StarTeleportDialog.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarTeleportDialog.hpp b/source/frontend/StarTeleportDialog.hpp index 3dea84d..2cd7b82 100644 --- a/source/frontend/StarTeleportDialog.hpp +++ b/source/frontend/StarTeleportDialog.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TELEPORTER_DIALOG_HPP -#define STAR_TELEPORTER_DIALOG_HPP +#pragma once #include "StarPane.hpp" #include "StarWarping.hpp" @@ -34,5 +33,3 @@ private: }; } - -#endif |