diff options
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 315da1bcd..06a512abb 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_SETYP_OTHER_H +#ifndef GUI_SETUP_OTHER_H #define GUI_SETUP_OTHER_H #include "gui/widgets/setupitem.h" @@ -48,4 +48,4 @@ class Setup_Other final : public SetupTabScroll NamesModel *mDensityList; }; -#endif +#endif // GUI_SETUP_OTHER_H |