Browse Source

Refactoring.

main
offa 7 years ago
parent
commit
f328ef536c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h View File

@@ -118,7 +118,7 @@ namespace sr
{
try
{
m_deleter(m_resource);
get_deleter()(m_resource);
}
catch( ... ) { /* Empty */ }
}

Loading…
Cancel
Save