From 1d6f52984dfef698516ae3fef142c80c2029fc7b Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 3 May 2008 13:05:01 +0000 Subject: zoomedit: * Some MapView improvements --- src/View/View.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/View/View.h') diff --git a/src/View/View.h b/src/View/View.h index f6a8606..446a4f6 100644 --- a/src/View/View.h +++ b/src/View/View.h @@ -35,7 +35,7 @@ class View { virtual void render(Gui::RenderArea *renderArea) = 0; virtual void zoom(Gui::RenderArea*, int, float, float) {} - virtual void move(Gui::RenderArea*, float, float) {} + virtual void move(Gui::RenderArea*, float, float, unsigned int) {} virtual void click(Gui::RenderArea*, float, float) {} }; -- cgit v1.2.3