diff options
Diffstat (limited to 'src/ui/struct/SettingsObject.h')
-rw-r--r-- | src/ui/struct/SettingsObject.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/struct/SettingsObject.h b/src/ui/struct/SettingsObject.h index c9079931..8bda90ea 100644 --- a/src/ui/struct/SettingsObject.h +++ b/src/ui/struct/SettingsObject.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_SETTINGSOBJECT_H -#define GPGFRONTEND_SETTINGSOBJECT_H +#pragma once #include <utility> @@ -84,5 +83,3 @@ class SettingsObject : public nlohmann::json { std::string settings_name_; ///< }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_SETTINGSOBJECT_H |