diff options
Diffstat (limited to 'src/gui/popups')
-rw-r--r-- | src/gui/popups/createpartypopup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/popups/createpartypopup.h b/src/gui/popups/createpartypopup.h index 16dc5c9af..c3de37259 100644 --- a/src/gui/popups/createpartypopup.h +++ b/src/gui/popups/createpartypopup.h @@ -19,6 +19,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef GUI_POPUPS_CREATEPARTYPOPUP_H +#define GUI_POPUPS_CREATEPARTYPOPUP_H + #include "gui/widgets/browserbox.h" #include "gui/widgets/linkhandler.h" #include "gui/widgets/popup.h" @@ -91,3 +94,5 @@ class CreatePartyPopup final : public Popup, private: BrowserBox* mBrowserBox; }; + +#endif // GUI_POPUPS_CREATEPARTYPOPUP_H |