diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index f19b590..25f4f08 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | class Block | 12 | class Block |
| 13 | : public PixmapItem { | 13 | : public PixmapItem { |
| 14 | public: | 14 | public: |
| 15 | Block(Color color); | 15 | Block(Color color, QGraphicsItem *parent=0); |
| 16 | 16 | ||
| 17 | private: | 17 | private: |
| 18 | // map for saving QPixmaps for reuse | 18 | // map for saving QPixmaps for reuse |
