forked from organicmaps/organicmaps
[bookmarks] Changed return values to references
This commit is contained in:
parent
09e99ee134
commit
2beef410f8
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ public:
|
|||
bool IsVisible() const { return m_visible; }
|
||||
|
||||
void SetName(string const & name) { m_name = name; }
|
||||
string GetName() const { return m_name; }
|
||||
string GetFileName() const { return m_file; }
|
||||
string const & GetName() const { return m_name; }
|
||||
string const & GetFileName() const { return m_file; }
|
||||
|
||||
inline size_t GetBookmarksCount() const { return m_bookmarks.size(); }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue