Explorar el Código

Fix an erroneus warning message in the Dict destructor.

legacy
Sam Hocevar sam hace 15 años
padre
commit
bc256d6dbe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/dict.cpp

+ 1
- 0
src/dict.cpp Ver fichero

@@ -99,6 +99,7 @@ void Dict::RemoveSlot(int id)
{
if (Ticker::Unref(data->entities[id]) == 0)
data->entities[id] = NULL;
data->nentities--;
}




Cargando…
Cancelar
Guardar