| 206 | } |
| 207 | |
| 208 | void Bookmark::SetName(kml::LocalizableString const & name) |
| 209 | { |
| 210 | SetDirty(); |
| 211 | m_data.m_name = name; |
| 212 | } |
| 213 | |
| 214 | void Bookmark::SetName(std::string const & name, int8_t langCode) |
| 215 | { |
nothing calls this directly
no test coverage detected