Skip to content

Commit

Permalink
commenting oout line that looks that generates an error
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Apr 19, 2018
1 parent 8caa916 commit 69561b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osm_elements/Relation.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Relation : public Element{
Relation() = delete;
~Relation() {};
Relation(const Relation&) = default;
std::vector<int64_t> way_refs() const {return m_WayRefs;}
// std::vector<int64_t> way_refs() const {return m_WayRefs;}
std::vector<int64_t>& way_refs() {return m_WayRefs;}
std::string get_geometry() const {return std::string("");}

Expand Down

0 comments on commit 69561b1

Please sign in to comment.