Skip to content

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎src/core/raster/qgsrasterlayer.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The [type] part of the variable should be the type class of the variable written
169169
#include <QVector>
170170
#include <QList>
171171

172-
172+
#include "qgis.h"
173173
#include "qgspoint.h"
174174
#include "qgsmaplayer.h"
175175

@@ -765,7 +765,11 @@ class CORE_EXPORT QgsRasterLayer : public QgsMapLayer
765765
return false;
766766
} //todo
767767

768-
bool isSymbologyCompatible(const QgsMapLayer& other) const {return false;} //todo
768+
bool isSymbologyCompatible(const QgsMapLayer& other) const
769+
{
770+
UNUSED(other);
771+
return false;
772+
} //todo
769773

770774
/**
771775
* If an operation returns 0 (e.g. draw()), this function

0 commit comments

Comments
 (0)
Please sign in to comment.