Skip to content

Commit 9336af0

Browse files
committed
add missing GUI_EXPORT to QgsSvgAnnotationItem
1 parent 52dd48e commit 9336af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgssvgannotationitem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "qgsannotationitem.h"
2222
#include <QSvgRenderer>
2323

24-
class QgsSvgAnnotationItem: public QgsAnnotationItem
24+
class GUI_EXPORT QgsSvgAnnotationItem: public QgsAnnotationItem
2525
{
2626
public:
2727

0 commit comments

Comments
 (0)