Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix precise build
  • Loading branch information
jef-n committed Aug 26, 2015
1 parent 3de84a6 commit 18a797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablemodel.h
Expand Up @@ -300,7 +300,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel

QHash<QgsFeatureId, int> mIdRowMap;
QHash<int, QgsFeatureId> mRowIdMap;
mutable QHash<int, QList<QgsConditionalStyle>> mRowStylesMap;
mutable QHash<int, QList<QgsConditionalStyle> > mRowStylesMap;

mutable QgsExpressionContext mExpressionContext;

Expand Down

0 comments on commit 18a797c

Please sign in to comment.