Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 21, 2021
1 parent d406215 commit b6288e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoraclesourceselect.cpp
Expand Up @@ -59,7 +59,7 @@ QWidget *QgsOracleSourceSelectDelegate::createEditor( QWidget *parent, const QSt
QComboBox *cb = new QComboBox( parent );
for ( QgsWkbTypes::Type type :
{
QgsWkbTypes::Poin,
QgsWkbTypes::Point,
QgsWkbTypes::LineString,
QgsWkbTypes::Polygon,
QgsWkbTypes::MultiPoint,
Expand Down

0 comments on commit b6288e8

Please sign in to comment.