Skip to content

Commit c1b63df

Browse files
committedOct 19, 2014
Add missing #infndef to qgscomposeritemgroup.h
1 parent dbf70c6 commit c1b63df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/core/composer/qgscomposeritemgroup.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* (at your option) any later version. *
1515
* *
1616
***************************************************************************/
17+
#ifndef QGSCOMPOSERITEMGROUP_H
18+
#define QGSCOMPOSERITEMGROUP_H
1719

1820
#include "qgscomposeritem.h"
1921
#include <QSet>
@@ -72,3 +74,5 @@ class CORE_EXPORT QgsComposerItemGroup: public QgsComposerItem
7274
QSet<QgsComposerItem*> mItems;
7375
QRectF mBoundingRectangle;
7476
};
77+
78+
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.