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