Made attributes of Feed protected in order to be able to use inheritance

This commit is contained in:
Victor 2021-02-05 18:37:00 +01:00
parent 574da01e12
commit c43b6032d8

View file

@ -1348,6 +1348,7 @@ private:
inline void write_translations(std::ofstream & out) const;
inline void write_attributions(std::ofstream & out) const;
protected:
std::string gtfs_directory;
Agencies agencies;