fix windows build (followup acead27197; that went through travis ;))

This commit is contained in:
Juergen E. Fischer 2017-08-06 10:36:09 +02:00
parent 789a838346
commit 302614008e

View File

@ -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