diff options
Diffstat (limited to 'src/gui/widgets/passwordfield.h')
-rw-r--r-- | src/gui/widgets/passwordfield.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index 46ed865f2..d605d7d38 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PASSWORDFIELD_H -#define PASSWORDFIELD_H +#ifndef GUI_WIDGETS_PASSWORDFIELD_H +#define GUI_WIDGETS_PASSWORDFIELD_H #include "gui/widgets/textfield.h" @@ -50,4 +50,4 @@ class PasswordField final : public TextField int mPasswordChar; }; -#endif +#endif // GUI_WIDGETS_PASSWORDFIELD_H |