Whitespace is the root of all evil

This commit is contained in:
Nay
2012-08-03 22:39:04 +01:00
parent 3577afcfaf
commit 12307c7d06
23 changed files with 50 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ namespace Trinity
{
public:
AutoPtr() : ACE_Strong_Bound_Ptr<Pointer, Lock>() {}
AutoPtr(Pointer* x)
{
ACE_Strong_Bound_Ptr<Pointer, Lock>::reset(x);