Skip to content

Commit

Permalink
[mdal] Fix bad header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2018
1 parent e875e5e commit 2d4b482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/mdal/qgsmdalprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
***************************************************************************/

#ifndef QGSMDALPROVIDER_H
#define QGSGDALPROVIDER_H
#define QGSMDALPROVIDER_H

#include <QString>

Expand Down Expand Up @@ -59,5 +59,5 @@ class QgsMdalProvider : public QgsMeshDataProvider
MeshH mMeshH;
};

#endif
#endif //QGSMDALPROVIDER_H

0 comments on commit 2d4b482

Please sign in to comment.