forked from organicmaps/organicmaps
[core] SetType() added to bookmark
This commit is contained in:
parent
a62473dd80
commit
6272ba4ad4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public:
|
|||
void SetName(string const & name) { m_data.SetName(name); }
|
||||
/// @return Now its a bookmark color - name of icon file
|
||||
string const & GetType() const { return m_data.GetType(); }
|
||||
//void SetType(string const & type) { m_type = type; }
|
||||
void SetType(string const & type) { m_data.SetType(type); }
|
||||
m2::RectD GetViewport() const { return m2::RectD(GetOrg(), GetOrg()); }
|
||||
|
||||
string const & GetDescription() const { return m_data.GetDescription(); }
|
||||
|
|
Loading…
Add table
Reference in a new issue