Skip to content

Commit

Permalink
actually fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Feb 18, 2021
1 parent 10cea11 commit 7ea3ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rec/rec_client_core/src/job/record_job.cpp
Expand Up @@ -218,7 +218,7 @@ namespace eCAL
// .ecalmeas file
{
// Get the last dirname of the complete measurement path and use it as meas name
std::list<std::string> path_components = EcalUtils::Filesystem::CleanPathComponentList(measurement_path);
std::vector<std::string> path_components = EcalUtils::Filesystem::CleanPathComponentList(measurement_path);
std::string ecalmeas_file_name;
if (!path_components.empty())
{
Expand Down

0 comments on commit 7ea3ac7

Please sign in to comment.