[ox] Fix GCC errors
This commit is contained in:
2
deps/ox/src/ox/model/desctypes.hpp
vendored
2
deps/ox/src/ox/model/desctypes.hpp
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user