summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/objects/fieldbase.cpp
blob: f2800ca6ab586cf38785e6398f56a1aab020561a (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "fieldbase.h"

namespace vespalib {

FieldBase SerializerCommon::_unspecifiedField("unspecified");
FieldBase SerializerCommon::_sizeField("size");

}