Skip to content

Commit

Permalink
Add CORE_EXPORT to QgsAtlasRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Oct 2, 2012
1 parent 80eb345 commit cba87de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposition.h
Expand Up @@ -55,7 +55,7 @@ class QgsVectorLayer;
* prepareForFeature() modifies the atlas map's extent to zoom on the given feature. * prepareForFeature() modifies the atlas map's extent to zoom on the given feature.
* This class is used for printing, exporting to PDF and images. * This class is used for printing, exporting to PDF and images.
* */ * */
class QgsAtlasRendering class CORE_EXPORT QgsAtlasRendering
{ {
public: public:
QgsAtlasRendering( QgsComposition* composition ); QgsAtlasRendering( QgsComposition* composition );
Expand Down

0 comments on commit cba87de

Please sign in to comment.