[ox] Fix GCC errors

This commit is contained in:
2019-06-06 18:50:06 -05:00
parent 23b662c2aa
commit 096509c2be
9 changed files with 34 additions and 28 deletions

View File

@@ -77,7 +77,7 @@ struct DescriptorField {
~DescriptorField();
constexpr const DescriptorField &operator=(DescriptorField &&other) noexcept {
const DescriptorField &operator=(DescriptorField &&other) noexcept {
type = other.type;
fieldName = other.fieldName;
subscriptLevels = other.subscriptLevels;