diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 7fb5794..7c77dc0 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -62,7 +62,7 @@ private: std::string infoTip; int toolTipPresence; - queue<ui::Point*> pointQueue; +queue<ui::Point> pointQueue; GameController * c; Renderer * ren; Brush * activeBrush; |
