Selaa lähdekoodia

Refactoring.

main
offa 7 vuotta sitten
vanhempi
commit
3039f75d14
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. +1
    -4
      include/unique_resource.h

+ 1
- 4
include/unique_resource.h Näytä tiedosto

@@ -108,10 +108,7 @@ namespace sr

~unique_resource()
{
if( m_execute_on_destruction == true )
{
m_deleter(m_resource);
}
reset();
}



Loading…
Peruuta
Tallenna