Skip to content

Commit

Permalink
Removed compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Feb 12, 2020
1 parent 2835594 commit e849fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrench/simulation/SimulationTimestampTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ namespace wrench {
FileLocation *src_location,
StorageService *service,
WorkflowTask *task) :
service(service), file(file), source(src_location), task(task){
file(file), source(src_location), service(service), task(task){
}

/**
Expand Down Expand Up @@ -467,7 +467,7 @@ namespace wrench {
FileLocation *dst_location,
StorageService *service,
WorkflowTask *task) :
service(service), file(file), destination(dst_location), task(task){
file(file), destination(dst_location), service(service), task(task){
}

/**
Expand Down

0 comments on commit e849fe0

Please sign in to comment.