Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Sep 27, 2007
1 parent 86269ad commit 4cb85c7
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 4cb85c7

Please sign in to comment.