]> Git trees. - libqmvoc.git/commitdiff
add return *this to operator=
authorFrederik Gladhorn <gladhorn@kde.org>
Fri, 21 Sep 2007 08:16:21 +0000 (08:16 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Fri, 21 Sep 2007 08:16:21 +0000 (08:16 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=715100

keduvocdocument/keduvocdeclination.cpp

index d7ec962aca0646706791d1149f6d4dba5dcb98de..c9c924c7c87557c7ba0ef959e7e4b25e8452c2e6 100644 (file)
@@ -44,6 +44,7 @@ KEduVocDeclination::KEduVocDeclination(const KEduVocDeclination & other)
 KEduVocDeclination & KEduVocDeclination::operator =(const KEduVocDeclination & other)
 {
     d->m_declinations = other.d->m_declinations;
+    return *this;
 }
 
 KEduVocDeclination::~KEduVocDeclination()