[core] SetType() added to bookmark

This commit is contained in:
Igor Khmurets 2014-05-29 01:56:22 +03:00 committed by Alex Zolotarev
parent a62473dd80
commit 6272ba4ad4

View file

@ -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(); }