1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Added missing include guard prefix

This commit is contained in:
Martin Tůma 2023-01-05 21:44:03 +01:00
parent 29895420b6
commit 65515143eb

View File

@ -1,5 +1,5 @@
#ifndef SECTION_H
#define SECTION_H
#ifndef IMG_SECTION_H
#define IMG_SECTION_H
#include <QtGlobal>
@ -14,4 +14,4 @@ struct Section {
}
#endif // SECTION_H
#endif // IMG_SECTION_H