schema progress (does not compile)
This commit is contained in:
@@ -16,8 +16,8 @@ attribute::attribute(std::string name,
|
||||
: name_(std::move(name))
|
||||
, type_(type)
|
||||
, options_(attr)
|
||||
, null_option_(null_opt)
|
||||
{}
|
||||
, null_option_(null_opt) {
|
||||
}
|
||||
|
||||
const std::string &attribute::name() const {
|
||||
return name_;
|
||||
|
||||
Reference in New Issue
Block a user