summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-15 15:36:58 +0000
committerterkhen <terkhen@openttd.org>2011-01-15 15:36:58 +0000
commit679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6 (patch)
treefa42e06fb2254aed29262e3e283188c77bd6f9f0 /src/main_gui.cpp
parent2709454040185af96feb80a25f51c412fa6f1ad1 (diff)
downloadopenttd-679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6.tar.xz
(svn r21803) -Cleanup: Remove unnecessary semicolons.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index 37b452033..e572ea301 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -424,7 +424,7 @@ struct MainWindow : Window
this->viewport->scrollpos_y += ScaleByZoom(delta.y, vp->zoom);
this->viewport->dest_scrollpos_x = this->viewport->scrollpos_x;
this->viewport->dest_scrollpos_y = this->viewport->scrollpos_y;
- };
+ }
virtual void OnMouseWheel(int wheel)
{