Merge pull request #12691 from Chocobo1/iterator

Support range-based iteration in IndexRange class
This commit is contained in:
Mike Tzou
2020-04-30 13:10:13 +08:00
committed by GitHub
6 changed files with 59 additions and 14 deletions

View File

@@ -47,5 +47,5 @@ public:
APIErrorType type() const;
private:
const APIErrorType m_type;
APIErrorType m_type;
};