Explorar el Código

Refactoring.

main
offa hace 7 años
padre
commit
d6f60e09f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Ver fichero

@@ -117,7 +117,7 @@ namespace sr
if( m_execute_on_destruction == true )
{
m_execute_on_destruction = false;
m_deleter(m_resource);
get_deleter()(m_resource);
}
}


Cargando…
Cancelar
Guardar