forked from organicmaps/organicmaps
Added DISALLOW_COPY_AND_MOVE
This commit is contained in:
parent
b0efcb4724
commit
8baade6305
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
void SetCallback(TGpsTrackDiffCallback callback);
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_MOVE(GpsTrack);
|
||||
|
||||
void ScheduleTask();
|
||||
void ProcessPoints(); // called on the worker thread
|
||||
bool HasCallback();
|
||||
|
|
Loading…
Add table
Reference in a new issue