Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ugc/storage.hpp')
-rw-r--r--ugc/storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ugc/storage.hpp b/ugc/storage.hpp
index 2086dbad15..c6df8c5f67 100644
--- a/ugc/storage.hpp
+++ b/ugc/storage.hpp
@@ -14,7 +14,7 @@ class Storage
public:
explicit Storage(std::string const & filename);
- UGCUpdate const * GetUGCUpdate(FeatureID const & id) const;
+ void GetUGCUpdate(FeatureID const & id, UGCUpdate & ugc) const;
void SetUGCUpdate(FeatureID const & id, UGCUpdate const & ugc);
void Save();