Skip to content

Commit 4cb85c7

Browse files
author
timlinux
committedSep 27, 2007
Fixed inproper declration of a struct when in fact its a class
git-svn-id: http://svn.osgeo.org/qgis/trunk@7225 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 86269ad commit 4cb85c7

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)
Please sign in to comment.