fix(Core/Clang): make it work with clang 10 (#3104)
This commit is contained in:
parent
e578ef7576
commit
7c0cc3cf89
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class NGrid
|
|||
}
|
||||
|
||||
uint32 GetGridId(void) const { return i_gridId; }
|
||||
void SetGridId(const uint32 id) const { i_gridId = id; }
|
||||
int32 getX() const { return i_x; }
|
||||
int32 getY() const { return i_y; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue