提交 61b681fd 编写于 作者: S siyangy 提交者: Kecheng Xu

Fix a build failure (#83)

上级 77c5d112
......@@ -16,6 +16,7 @@
#include <cmath>
#include <fstream>
#include <numeric>
#include "modules/prediction/evaluator/vehicle/mlp_evaluator.h"
#include "modules/prediction/common/prediction_gflags.h"
......@@ -25,12 +26,6 @@
namespace apollo {
namespace prediction {
MLPEvaluator::MLPEvaluator() {
}
MLPEvaluator::~MLPEvaluator() {
}
void MLPEvaluator::Clear() {
obstacle_feature_values_map_.clear();
}
......
......@@ -32,9 +32,9 @@ namespace prediction {
class MLPEvaluator : public Evaluator {
public:
MLPEvaluator();
MLPEvaluator() = default;
virtual ~MLPEvaluator();
virtual ~MLPEvaluator() = default;
void Evaluate(Obstacle* obstacle_ptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册