From 679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 15 Jan 2011 15:36:58 +0000 Subject: (svn r21803) -Cleanup: Remove unnecessary semicolons. --- src/depot_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 8b6188efd..77c1d8b85 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -849,7 +849,7 @@ struct DepotWindow : Window { this->sel = INVALID_VEHICLE; this->vehicle_over = INVALID_VEHICLE; this->SetWidgetDirty(DEPOT_WIDGET_MATRIX); - }; + } virtual void OnMouseDrag(Point pt, int widget) { -- cgit v1.2.3-54-g00ecf