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:
syntheticpp 2006-01-15 22:32:54 +00:00
parent 0efd57d86d
commit de2a6e513d
3 changed files with 5 additions and 6 deletions

View file

@ -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;