Explorar el Código

base: fix an old bug affecting range-based for loops on arrays.

undefined
Sam Hocevar hace 10 años
padre
commit
ae6f66e883
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lol/base/array.h

+ 1
- 1
src/lol/base/array.h Ver fichero

@@ -415,7 +415,7 @@ public:
return m_pos != that.m_pos;
}

element_t operator *()
element_t & operator *()
{
return (*m_array)[m_pos];
}


Cargando…
Cancelar
Guardar