diff options
Diffstat (limited to 'src/gui/widgets/radiogroup.h')
-rw-r--r-- | src/gui/widgets/radiogroup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/radiogroup.h b/src/gui/widgets/radiogroup.h index db2cd6dbb..60348e4ac 100644 --- a/src/gui/widgets/radiogroup.h +++ b/src/gui/widgets/radiogroup.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_RADIOGROUP_H -#define GUI_RADIOGROUP_H +#ifndef GUI_WIDGETS_RADIOGROUP_H +#define GUI_WIDGETS_RADIOGROUP_H #include "gui/widgets/widgetgroup.h" @@ -38,4 +38,4 @@ class RadioGroup final : public WidgetGroup override A_WARN_UNUSED; }; -#endif +#endif // GUI_WIDGETS_RADIOGROUP_H |