Skip to content

Commit

Permalink
Made attributes of Feed protected in order to be able to use inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
BaqablH committed Feb 5, 2021
1 parent 574da01 commit c43b603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/just_gtfs/just_gtfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ class Feed
inline void write_translations(std::ofstream & out) const;
inline void write_attributions(std::ofstream & out) const;

protected:
std::string gtfs_directory;

Agencies agencies;
Expand Down

0 comments on commit c43b603

Please sign in to comment.