diff options
Diffstat (limited to 'src/gui/connectiondialog.h')
-rw-r--r-- | src/gui/connectiondialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/connectiondialog.h b/src/gui/connectiondialog.h index 391824101..21f29712c 100644 --- a/src/gui/connectiondialog.h +++ b/src/gui/connectiondialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONNECTION_H -#define CONNECTION_H +#ifndef GUI_CONNECTIONDIALOG_H +#define GUI_CONNECTIONDIALOG_H #include "client.h" @@ -61,4 +61,4 @@ class ConnectionDialog final : public Window, private gcn::ActionListener State mCancelState; }; -#endif +#endif // GUI_CONNECTIONDIALOG_H |