(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].

This commit is contained in:
rubidium
2011-01-18 21:58:22 +00:00
parent b8c9988d9f
commit d89095b3ec
7 changed files with 77 additions and 88 deletions

View File

@@ -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);