forked from organicmaps/organicmaps
Added DISALLOW_COPY_AND_MOVE
This commit is contained in:
parent
f29485e00c
commit
b0efcb4724
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "platform/location.hpp"
|
||||
|
||||
#include "base/exception.hpp"
|
||||
#include "base/macros.hpp"
|
||||
|
||||
#include "std/fstream.hpp"
|
||||
#include "std/function.hpp"
|
||||
|
@ -39,6 +40,8 @@ public:
|
|||
void ForEach(std::function<bool(TItem const & item)> const & fn);
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_MOVE(GpsTrackStorage);
|
||||
|
||||
void TruncFile();
|
||||
size_t GetFirstItemIndex() const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue