Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-12-04 19:45:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:48 +0300
commit24dd26625caeccbaadd9a7681422b30d0b303e4b (patch)
treeffd636b3fcef253293790642e0a16211ed9f8b93 /graphics/skin_loader.hpp
parent79670bcd5a0538414af266e10d199422d7ff1a61 (diff)
renamed SkinPage into ResourceCache.
Diffstat (limited to 'graphics/skin_loader.hpp')
-rw-r--r--graphics/skin_loader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/skin_loader.hpp b/graphics/skin_loader.hpp
index 6bbff02a34..e132bff3f0 100644
--- a/graphics/skin_loader.hpp
+++ b/graphics/skin_loader.hpp
@@ -37,7 +37,7 @@ namespace graphics
}
class ResourceManager;
- class SkinPage;
+ class ResourceCache;
struct ResourceStyle;
struct GlyphStyle;
@@ -79,7 +79,7 @@ namespace graphics
/// skin-specific parameters
- vector<shared_ptr<SkinPage> > m_pages;
+ vector<shared_ptr<ResourceCache> > m_pages;
/// skin-page specific parameters
string m_fileName;