mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
16
libs/drape_frontend/user_marks_provider.cpp
Normal file
16
libs/drape_frontend/user_marks_provider.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "user_marks_provider.hpp"
|
||||
|
||||
namespace df
|
||||
{
|
||||
UserPointMark::UserPointMark(kml::MarkId id)
|
||||
: m_id(id)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
UserLineMark::UserLineMark(kml::TrackId id)
|
||||
: m_id(id)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace df
|
||||
Reference in New Issue
Block a user