summaryrefslogtreecommitdiff
path: root/src/widget_type.h
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/widget_type.h
parent2709454040185af96feb80a25f51c412fa6f1ad1 (diff)
downloadopenttd-679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6.tar.xz
(svn r21803) -Cleanup: Remove unnecessary semicolons.
Diffstat (limited to 'src/widget_type.h')
-rw-r--r--src/widget_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_type.h b/src/widget_type.h
index 5d135552a..dc6f99363 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -145,7 +145,7 @@ public:
this->padding_right = right;
this->padding_bottom = bottom;
this->padding_left = left;
- };
+ }
FORCEINLINE uint GetHorizontalStepSize(SizingType sizing) const;
FORCEINLINE uint GetVerticalStepSize(SizingType sizing) const;