Skip to content

Commit 3026140

Browse files
committed
fix windows build (followup acead27; that went through travis ;))
1 parent 789a838 commit 3026140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ogr/qgsogrsourceselect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* file, database, directory and protocol sources.
4242
* \note not available in Python bindings
4343
*/
44-
class GUI_EXPORT QgsOgrSourceSelect : public QgsAbstractDataSourceWidget, private Ui::QgsOgrSourceSelectBase
44+
class QgsOgrSourceSelect : public QgsAbstractDataSourceWidget, private Ui::QgsOgrSourceSelectBase
4545
{
4646
Q_OBJECT
4747

0 commit comments

Comments
 (0)