Skip to content

Commit 2d4b482

Browse files
committedApr 26, 2018
[mdal] Fix bad header guard
1 parent e875e5e commit 2d4b482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/providers/mdal/qgsmdalprovider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
***************************************************************************/
1515

1616
#ifndef QGSMDALPROVIDER_H
17-
#define QGSGDALPROVIDER_H
17+
#define QGSMDALPROVIDER_H
1818

1919
#include <QString>
2020

@@ -59,5 +59,5 @@ class QgsMdalProvider : public QgsMeshDataProvider
5959
MeshH mMeshH;
6060
};
6161

62-
#endif
62+
#endif //QGSMDALPROVIDER_H
6363

0 commit comments

Comments
 (0)
Please sign in to comment.