瀏覽代碼

Refactoring.

main
offa 7 年之前
父節點
當前提交
f328ef536c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h 查看文件

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

Loading…
取消
儲存