Add GUI_EXPORT to identify map tool

This commit is contained in:
Nathan Woodrow 2013-02-05 07:33:20 +10:00
parent 7c26d701cf
commit 18cd145a5d

View File

@ -38,7 +38,7 @@ class QgsMapCanvas;
- for vector layers shows feature attributes within search radius
(allows to edit values when vector layer is in editing mode)
*/
class QgsMapToolIdentify : public QgsMapTool
class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
{
Q_OBJECT