Skip to content

Commit

Permalink
Adjust include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 19, 2018
1 parent 1c359f8 commit d1ccc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsgeometryoptions.h
Expand Up @@ -15,8 +15,8 @@
* *
***************************************************************************/

#ifndef QGSGEOMETRYFIXES_H
#define QGSGEOMETRYFIXES_H
#ifndef QGSGEOMETRYOPTIONS_H
#define QGSGEOMETRYOPTIONS_H

#include "qgis_core.h"
#include "qgis_sip.h"
Expand Down Expand Up @@ -118,4 +118,4 @@ class CORE_EXPORT QgsGeometryOptions
double mGeometryPrecision = 0.0;
};

#endif // QGSGEOMETRYFIXES_H
#endif // QGSGEOMETRYOPTIONS_H

0 comments on commit d1ccc51

Please sign in to comment.