Skip to content

Commit d1ccc51

Browse files
committedSep 19, 2018
Adjust include guard
1 parent 1c359f8 commit d1ccc51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/core/qgsgeometryoptions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* *
1616
***************************************************************************/
1717

18-
#ifndef QGSGEOMETRYFIXES_H
19-
#define QGSGEOMETRYFIXES_H
18+
#ifndef QGSGEOMETRYOPTIONS_H
19+
#define QGSGEOMETRYOPTIONS_H
2020

2121
#include "qgis_core.h"
2222
#include "qgis_sip.h"
@@ -118,4 +118,4 @@ class CORE_EXPORT QgsGeometryOptions
118118
double mGeometryPrecision = 0.0;
119119
};
120120

121-
#endif // QGSGEOMETRYFIXES_H
121+
#endif // QGSGEOMETRYOPTIONS_H

0 commit comments

Comments
 (0)
Please sign in to comment.