| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 41fdd00fe587e37b4c18f8eceacf508a1ee15370..ccb9ccb24ba7a0f39139c3dea63cb48461d2a6fc 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1358,7 +1358,7 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| }
|
|
|
| void Layer::SetTypeForProtoSerialization(proto::LayerNode* proto) const {
|
| - proto->set_type(proto::LayerType::Base);
|
| + proto->set_type(proto::LayerType::LAYER);
|
| }
|
|
|
| void Layer::ToLayerNodeProto(proto::LayerNode* proto) const {
|
|
|