Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Jan 16, 2025
1 parent c98b3f1 commit 20d261a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bool hasEnding(std::string const &fullString, std::string const &ending) {


FMI2 load_FMI2_directory(const char *guid, std::filesystem::path dirPath,
std::chrono::time_point<std::chrono::steady_clock> loadStartTime) {
std::chrono::time_point<std::chrono::time_point> loadStartTime) {
using namespace std;
using namespace chrono;

Expand Down

0 comments on commit 20d261a

Please sign in to comment.