Przeglądaj źródła

Refactoring.

main
offa 7 lat temu
rodzic
commit
3039f75d14
1 zmienionych plików z 1 dodań i 4 usunięć
  1. +1
    -4
      include/unique_resource.h

+ 1
- 4
include/unique_resource.h Wyświetl plik

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

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



Ładowanie…
Anuluj
Zapisz