Skip to content

Commit

Permalink
another try on fixing the msvc2015 build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Mar 20, 2024
1 parent f86330f commit 1386ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSPModel_JuPedSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class MSPModel_JuPedSim : public MSPModel {
const Parameterised::Map params;

/// @brief The last time a pedestrian was removed in a vanishing area.
SUMOTime lastRemovalTime = 0;
SUMOTime lastRemovalTime;
};

/// @brief Array of special areas.
Expand Down

0 comments on commit 1386ee2

Please sign in to comment.