Fix typo
parent
70b2db19a8
commit
e59b8fb448
|
@ -163,7 +163,7 @@ public:
|
||||||
typedef std::shared_ptr<const DataType> Out;
|
typedef std::shared_ptr<const DataType> Out;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual ~DataType() = default
|
virtual ~DataType() = default;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
const T &To() const {
|
const T &To() const {
|
||||||
|
@ -341,7 +341,7 @@ public:
|
||||||
*this = schemas;
|
*this = schemas;
|
||||||
}
|
}
|
||||||
|
|
||||||
ConversionSchema() = default
|
ConversionSchema() = default;
|
||||||
|
|
||||||
ConvertObjectProc GetConverterProc(const std::string &name) const {
|
ConvertObjectProc GetConverterProc(const std::string &name) const {
|
||||||
ConverterMap::const_iterator it = converters.find(name);
|
ConverterMap::const_iterator it = converters.find(name);
|
||||||
|
|
Loading…
Reference in New Issue