Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing GUI_EXPORT
git-svn-id: http://svn.osgeo.org/qgis/trunk@7961 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 14, 2008
1 parent e111ce0 commit 06e44dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsquickprint.h
Expand Up @@ -32,7 +32,7 @@
* \brief A convenience class for quickly printing a map.
* Prints a map with a map title, scale bar, north arrow, legend etc.
*/
class QgsQuickPrint:public QObject
class GUI_EXPORT QgsQuickPrint:public QObject
{
Q_OBJECT;
public:
Expand Down

0 comments on commit 06e44dc

Please sign in to comment.