[iOS] fixed compilation after Framework renaming.

This commit is contained in:
rachytski 2011-07-24 14:05:44 +03:00 committed by Alex Zolotarev
parent 66abb8ada5
commit 0cfd9be1c1
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#include "../../base/logging.hpp"
#include "../../map/render_policy_st.hpp"
#include "../../map/tiling_render_policy_st.hpp"
#include "../../std/shared_ptr.hpp"
#include "../../std/bind.hpp"
#include "../../map/framework.hpp"

View file

@ -12,7 +12,7 @@
#include "../../map/drawer_yg.hpp"
#include "../../storage/storage.hpp"
typedef FrameWork<model::FeaturesFetcher> framework_t;
typedef Framework<model::FeaturesFetcher> framework_t;
@implementation MapViewController
@ -136,7 +136,7 @@ storage::Storage m_storage;
if (!res)
m_framework->SetMaxWorldRect();
m_framework->UpdateNow();
m_framework->Invalidate();
m_framework->initializeGL([(EAGLView*)self.view renderContext], resourceManager);