Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Jun 3, 2016
1 parent 47916d0 commit 5dc1c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsattributetableconfig.sip
Expand Up @@ -42,7 +42,7 @@ class QgsAttributeTableConfig
{
//! Constructor for ColumnConfig
ColumnConfig();
Type type; //!< The type of this column.
QgsAttributeTableConfig::Type type; //!< The type of this column.
QString name; //!< The name of the attribute if this column represents a field
bool hidden; //!< Flag that controls if the column is hidden
int width; //!< Width of column, or -1 for default width
Expand Down

0 comments on commit 5dc1c52

Please sign in to comment.