]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brush.h
clang: fix build. Still doesn't work right
[xonotic/netradiant.git] / radiant / brush.h
index 6114d59af9ec5f3e80e1b532e72e47fc4bfaaf85..9955bfbadf1caaa920da178adc553b1e1a40bf2d 100644 (file)
@@ -2633,7 +2633,7 @@ triangles_same_winding(const BasicVector3<Element> &x1, const BasicVector3<Eleme
 typedef const Plane3 *PlanePointer;
 typedef PlanePointer *PlanesIterator;
 
-class VectorLightList : public LightList {
+class VectorLightList final : public LightList {
     typedef std::vector<const RendererLight *> Lights;
     Lights m_lights;
 public: