Skip to content

Commit b406f1d

Browse files
author
timlinux
committed
Fixed inproper declration of a struct when in fact its a class
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7225 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a5b947f commit b406f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/raster/qgsrasterlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class QgsRect;
196196
class QgsRasterBandStats;
197197
class QgsRasterPyramid;
198198
class QgsRasterLayerProperties;
199-
class QgsRasterViewPort;
199+
struct QgsRasterViewPort;
200200
class QImage;
201201
class QPixmap;
202202

0 commit comments

Comments
 (0)