diff options
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 2fa2d64ac..3509aeded 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef BUTTON_H -#define BUTTON_H +#ifndef GUI_WIDGETS_BUTTON_H +#define GUI_WIDGETS_BUTTON_H #include "gui/widgets/widget2.h" @@ -168,4 +168,4 @@ class Button final : public gcn::Button, bool mPressed; }; -#endif +#endif // GUI_WIDGETS_BUTTON_H |