aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/painter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mapman/src/painter.hpp')
-rw-r--r--mapman/src/painter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mapman/src/painter.hpp b/mapman/src/painter.hpp
index 489a87b..f7822a9 100644
--- a/mapman/src/painter.hpp
+++ b/mapman/src/painter.hpp
@@ -1,6 +1,7 @@
#ifndef MAPPAINTER_HPP
#define MAPPAINTER_HPP
+#include <utility>
#include <vector>
#include <QObject>
@@ -29,6 +30,7 @@ private:
int hc;
int vc;
std::vector<QGraphicsItem*> slices;
+ std::vector<std::tuple<QGraphicsItem*, QGraphicsItem*>> bgspr;
};
#endif