diff options
Diffstat (limited to 'src/resources/map/tileanimation.h')
-rw-r--r-- | src/resources/map/tileanimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/tileanimation.h b/src/resources/map/tileanimation.h index bf4e9f232..a9b5cc281 100644 --- a/src/resources/map/tileanimation.h +++ b/src/resources/map/tileanimation.h @@ -34,7 +34,7 @@ class Image; class MapLayer; class SimpleAnimation; -typedef std::vector<std::pair<MapLayer*, int> > TilePairVector; +typedef STD_VECTOR<std::pair<MapLayer*, int> > TilePairVector; typedef TilePairVector::const_iterator TilePairVectorCIter; /** |