Removed trailing whitespaces.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1085 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
2bc8950456
commit
6cb58ee8cc
1 changed files with 109 additions and 107 deletions
|
@ -129,6 +129,8 @@ namespace Loki
|
|||
{ destroyer_(pTracked_); }
|
||||
|
||||
private:
|
||||
/// Copy constructor is not implemented.
|
||||
ConcreteLifetimeTracker( const ConcreteLifetimeTracker & );
|
||||
T* pTracked_;
|
||||
Destroyer destroyer_;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue