Skip to content

Commit

Permalink
Fixed inproper declration of a struct when in fact its a class
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7225 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 27, 2007
1 parent a5b947f commit b406f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.h
Expand Up @@ -196,7 +196,7 @@ class QgsRect;
class QgsRasterBandStats;
class QgsRasterPyramid;
class QgsRasterLayerProperties;
class QgsRasterViewPort;
struct QgsRasterViewPort;
class QImage;
class QPixmap;

Expand Down

0 comments on commit b406f1d

Please sign in to comment.