diff options
Diffstat (limited to 'src/resources/updatefile.h')
-rw-r--r-- | src/resources/updatefile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/updatefile.h b/src/resources/updatefile.h index 0e07fc112..fb4e522d8 100644 --- a/src/resources/updatefile.h +++ b/src/resources/updatefile.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_RESOURCES_UPDATEFILE_H -#define GUI_RESOURCES_UPDATEFILE_H +#ifndef RESOURCES_UPDATEFILE_H +#define RESOURCES_UPDATEFILE_H #include <string> @@ -45,4 +45,4 @@ struct UpdateFile final bool required; }; -#endif // GUI_RESOURCES_UPDATEFILE_H +#endif // RESOURCES_UPDATEFILE_H |