Skip to content

Commit

Permalink
include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 26, 2024
1 parent 8c5210c commit 5ee8520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/providers/memory/qgsmemoryprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* *
***************************************************************************/

#ifndef QGSMEMORYPROVIDER_H
#define QGSMEMORYPROVIDER_H

#define SIP_NO_FILE

#include "qgsvectordataprovider.h"
Expand Down Expand Up @@ -113,3 +116,4 @@ class QgsMemoryProviderMetadata final: public QgsProviderMetadata
};

///@endcond
#endif // QGSMEMORYPROVIDER_H

0 comments on commit 5ee8520

Please sign in to comment.