mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
minor style fix
This commit is contained in:
parent
c26eb63a5e
commit
33e41aab23
@ -120,11 +120,13 @@ public:
|
||||
}
|
||||
|
||||
SharedPtr(C* ptr)
|
||||
try :
|
||||
_pCounter(new RC), _ptr(ptr)
|
||||
try:
|
||||
_pCounter(new RC),
|
||||
_ptr(ptr)
|
||||
{
|
||||
}
|
||||
catch (...) {
|
||||
catch (...)
|
||||
{
|
||||
delete ptr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user