Skip to content

Commit

Permalink
Add missing #infndef to qgscomposeritemgroup.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2014
1 parent dbf70c6 commit c1b63df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/composer/qgscomposeritemgroup.h
Expand Up @@ -14,6 +14,8 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSCOMPOSERITEMGROUP_H
#define QGSCOMPOSERITEMGROUP_H

#include "qgscomposeritem.h"
#include <QSet>
Expand Down Expand Up @@ -72,3 +74,5 @@ class CORE_EXPORT QgsComposerItemGroup: public QgsComposerItem
QSet<QgsComposerItem*> mItems;
QRectF mBoundingRectangle;
};

#endif

0 comments on commit c1b63df

Please sign in to comment.