Skip to content

Commit

Permalink
fix windows build (followup acead27; that went through travis ;))
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 6, 2017
1 parent 789a838 commit 3026140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrsourceselect.h
Expand Up @@ -41,7 +41,7 @@
* file, database, directory and protocol sources.
* \note not available in Python bindings
*/
class GUI_EXPORT QgsOgrSourceSelect : public QgsAbstractDataSourceWidget, private Ui::QgsOgrSourceSelectBase
class QgsOgrSourceSelect : public QgsAbstractDataSourceWidget, private Ui::QgsOgrSourceSelectBase
{
Q_OBJECT

Expand Down

1 comment on commit 3026140

@3nids
Copy link
Member

@3nids 3nids commented on 3026140 Aug 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sipify test would have caught it if not disabled 😸

Please sign in to comment.