Commit e8821188 authored by wangdawei's avatar wangdawei

test

parent 821f0d10
......@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
if(bag_iter->path().extension().string() == ".bag"){
LOG(INFO) << "bag found: " << bag_iter->path().string();
Timer::Evaluate(
[&, NULL]() {
[&, this]() {
adjustPPK.ReadBag(bag_iter->path().string());
},
"1 ReadBag");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment