diff options
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index c6701f52a..a18079bed 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CHECKBOX_H -#define CHECKBOX_H +#ifndef GUI_WIDGETS_CHECKBOX_H +#define GUI_WIDGETS_CHECKBOX_H #include "gui/widgets/widget2.h" @@ -98,4 +98,4 @@ class CheckBox final : public gcn::CheckBox, static float mAlpha; }; -#endif +#endif // GUI_WIDGETS_CHECKBOX_H |