summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:50:22 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:50:22 +0000
commitbc08fe7c5f449ff12bd7c76553781f59a325507f (patch)
tree324fc77e71364d0ad84dd6009c0ff7fb709ac5fb /src/core/smallvec_type.hpp
parent0bf3372882f5c5de67edc68da6bed2ddc582d760 (diff)
downloadopenttd-bc08fe7c5f449ff12bd7c76553781f59a325507f.tar.xz
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.
Diffstat (limited to 'src/core/smallvec_type.hpp')
-rw-r--r--src/core/smallvec_type.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index 62de176a5..8676265d2 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.hpp
@@ -256,6 +256,8 @@ public:
/**
* Get the number of items in the list.
+ *
+ * @return The number of items in the list.
*/
inline uint Length() const
{