diff options
author | rubidium <rubidium@openttd.org> | 2009-10-17 20:34:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-10-17 20:34:09 +0000 |
commit | d5d23542960c5c090c4b7593d156a008b3d84914 (patch) | |
tree | 6f9b9dea08f72511637e41f43acf6ff6d55ccc73 /src/core | |
parent | f7944f555441182dc07f30725c9ec8962582418b (diff) | |
download | openttd-d5d23542960c5c090c4b7593d156a008b3d84914.tar.xz |
(svn r17790) -Feature: translatable base sound/graphics set descriptions
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/smallmap_type.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/smallmap_type.hpp b/src/core/smallmap_type.hpp index 68ee4aff5..269950544 100644 --- a/src/core/smallmap_type.hpp +++ b/src/core/smallmap_type.hpp @@ -33,6 +33,7 @@ template <typename T, typename U, uint S = 16> struct SmallMap : SmallVector<SmallPair<T, U>, S> { typedef ::SmallPair<T, U> Pair; typedef Pair *iterator; + typedef const Pair *const_iterator; /** Creates new SmallMap. Data are initialized in SmallVector constructor */ FORCEINLINE SmallMap() { } |