| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 663f4ae6cd7b093b80b3fcd32c94fe2f13bd3674..9d82b58cbaef05eed18197201ba1c7acaf0f558a 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1361,7 +1361,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 {
|
|
|