| 467 | } |
| 468 | |
| 469 | void TransitMark::AddTitle(dp::TitleDecl const & titleDecl) |
| 470 | { |
| 471 | SetDirty(); |
| 472 | m_titles.push_back(titleDecl); |
| 473 | } |
| 474 | |
| 475 | drape_ptr<df::UserPointMark::TitlesInfo> TransitMark::GetTitleDecl() const |
| 476 | { |
no test coverage detected