summaryrefslogtreecommitdiff
path: root/src/widget_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 21:58:22 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 21:58:22 +0000
commitd89095b3ecb9c326e169db33294efac9b818276a (patch)
treebc0ddca8ec8e962661a163d261e655f9acb69bfa /src/widget_type.h
parentb8c9988d9fce02a3bfb958b0ebc7cf39961ef10c (diff)
downloadopenttd-d89095b3ecb9c326e169db33294efac9b818276a.tar.xz
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
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 dc6f99363..4533743ed 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -338,7 +338,7 @@ public:
/* virtual */ void FillNestedArray(NWidgetBase **array, uint length);
/** Return whether the container is empty. */
- inline bool IsEmpty() { return head == NULL; };
+ inline bool IsEmpty() { return head == NULL; }
/* virtual */ NWidgetBase *GetWidgetOfType(WidgetType tp);