linux fixes
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@474 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0efd57d86d
commit
de2a6e513d
3 changed files with 5 additions and 6 deletions
|
@ -59,8 +59,7 @@ namespace Loki
|
|||
template<class> class Del
|
||||
>
|
||||
inline
|
||||
Ptr
|
||||
PimplLife<Impl,Ptr,Del>::Create()
|
||||
Ptr PimplLife<Impl,Ptr,Del>::Create()
|
||||
{
|
||||
ptr = Ptr( new Impl );
|
||||
return ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue