mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added missing include guard prefix
This commit is contained in:
parent
29895420b6
commit
65515143eb
@ -1,5 +1,5 @@
|
|||||||
#ifndef SECTION_H
|
#ifndef IMG_SECTION_H
|
||||||
#define SECTION_H
|
#define IMG_SECTION_H
|
||||||
|
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ struct Section {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // SECTION_H
|
#endif // IMG_SECTION_H
|
||||||
|
Loading…
Reference in New Issue
Block a user