simplier copy

svn path=/trunk/KDE/kdegraphics/okular/; revision=692434
This commit is contained in:
Pino Toscano 2007-07-25 14:54:12 +00:00
parent 67dff3b363
commit d92fa39e65

View file

@ -43,9 +43,8 @@ PageTransition::PageTransition( Type type )
}
PageTransition::PageTransition( const PageTransition &other )
: d( new Private( Replace ) )
: d( new Private( *other.d ) )
{
*d = *other.d;
}
PageTransition& PageTransition::operator=( const PageTransition &other )