aboutsummaryrefslogtreecommitdiff
path: root/ViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'ViewController.h')
-rw-r--r--ViewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ViewController.h b/ViewController.h
index d18e96a..f05d62b 100644
--- a/ViewController.h
+++ b/ViewController.h
@@ -32,7 +32,7 @@ private:
void update_quadtree_recursive(QuadTreeCollisionChecker * tree);
private:
- void draw_pathfinding_dot(unsigned int x, unsigned int y, const Color & c);
+ void draw_pathfinding_dot(std::pair<unsigned int, unsigned int>, const Color &);
Rectangle center(Rectangle);
private: