forked from organicmaps/organicmaps
warning fixes.
This commit is contained in:
parent
43e98c429c
commit
2a1fa99275
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
|
||||
using namespace feature;
|
||||
|
||||
template <typename TModel>
|
||||
Framework<TModel>::~Framework()
|
||||
{}
|
||||
|
||||
template <typename TModel>
|
||||
void Framework<TModel>::AddMap(string const & file)
|
||||
|
|
|
@ -140,6 +140,8 @@ public:
|
|||
Framework(shared_ptr<WindowHandle> windowHandle,
|
||||
size_t bottomShift);
|
||||
|
||||
virtual ~Framework();
|
||||
|
||||
void SetRenderPolicy(shared_ptr<RenderPolicy> const & rp);
|
||||
|
||||
void InitializeGL(shared_ptr<yg::gl::RenderContext> const & primaryContext,
|
||||
|
|
Loading…
Add table
Reference in a new issue