Skip to content

Commit

Permalink
fixing warning, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Sep 14, 2018
1 parent 781af18 commit d3a9bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/vehicle/IntermodalRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ class IntermodalRouter : public SUMOAbstractRouter<E, IntermodalTrip<E, N, V> >
Network* myIntermodalNet;
CreateNetCallback myCallback;
const int myCarWalkTransfer;
const int myRoutingMode;
const std::string myRoutingAlgorithm;
const int myRoutingMode;
EffortCalculator* const myExternalEffort;


Expand Down

0 comments on commit d3a9bc1

Please sign in to comment.