Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
nyalldawson committed Jul 14, 2020
1 parent 1f9b9c8 commit 4d91e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/layout/qgslayoutitemattributetable.h
Expand Up @@ -361,6 +361,8 @@ class CORE_EXPORT QgsLayoutItemAttributeTable: public QgsLayoutTable

struct Cell
{
Cell() = default;

Cell( const QVariant &content, const QgsConditionalStyle &style, const QgsFeature &feature )
: content( content )
, style( style )
Expand Down

0 comments on commit 4d91e67

Please sign in to comment.