forked from organicmaps/organicmaps
[iOS] fixed compilation after Framework renaming.
This commit is contained in:
parent
66abb8ada5
commit
0cfd9be1c1
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue