diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 12:18:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 14:52:11 +0300 |
commit | bb9ed14fc1bf7dc20f1e951e67bb359c273033a3 (patch) | |
tree | c46e7e5708d3a2058233a41a08995e6c861703ea /src/gui/popups | |
parent | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (diff) | |
download | mv-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.gz mv-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.bz2 mv-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.xz mv-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.zip |
fix code style.
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 |