build for some compilers has been fixed

This commit is contained in:
Arin Alexander 2019-10-13 14:28:39 +03:00
parent e192efc649
commit c543bb65f0

View File

@ -198,7 +198,7 @@ private:
QMultiMap< BandDesignIntf*, GroupBandsHolder* > m_childBands; QMultiMap< BandDesignIntf*, GroupBandsHolder* > m_childBands;
QList<BandDesignIntf*> m_reprintableBands; QList<BandDesignIntf*> m_reprintableBands;
QList<BandDesignIntf*> m_recalcBands; QList<BandDesignIntf*> m_recalcBands;
QMap<QString, QVector<QString>> m_groupfunctionItems; QMap<QString, QVector<QString> > m_groupfunctionItems;
int m_currentIndex; int m_currentIndex;
int m_pageCount; int m_pageCount;