Explorar el Código

scene: fix a pretty verbose compilation warning.

undefined
Sam Hocevar hace 9 años
padre
commit
732ba3802b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/scene.h

+ 1
- 1
src/scene.h Ver fichero

@@ -49,7 +49,7 @@ class PrimitiveSettings
public:
PrimitiveSettings() { }
virtual ~PrimitiveSettings() { }
virtual void ApplyTo(Primitive* primitive) const { }
virtual void ApplyTo(Primitive* primitive) const { UNUSED(primitive); }

private:
};


Cargando…
Cancelar
Guardar