Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid warning
  • Loading branch information
nyalldawson committed Oct 12, 2016
1 parent 21cfb7d commit 25794d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -2440,6 +2440,8 @@ bool QgsVectorLayer::renameAttribute( int index, const QString& newName )
return false;

}

return false; //avoid warning
}

void QgsVectorLayer::addAttributeAlias( int attIndex, const QString& aliasString )
Expand Down

0 comments on commit 25794d4

Please sign in to comment.