Fixed -Wextra warning

This commit is contained in:
Robert Osfield 2016-06-08 09:57:57 +01:00
parent 8d4a976477
commit 39a2d755db

View File

@ -331,7 +331,7 @@ public:
GLUtesselator *ts, _dwobj *dwob, const RefMatrix *tmat) const;
void link(const int idop, const _face *f2, const int idop2,const std::vector<Vec3> verts, const dwmaterial *themat) const; // to join up opposed faces of a hole
inline const int getidx(int i) const { return idx[i];}
inline int getidx(int i) const { return idx[i];}
private:
void linkholes(const std::vector<Vec3> verts, const dwmaterial *themat, const _face *f2) const;
void reverse() { // reverse order of the vertices