Made attributes of Feed protected in order to be able to use inheritance
This commit is contained in:
parent
574da01e12
commit
c43b6032d8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue