Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6 from faenil/nemomerge_fixes
Fix for missing virtual destructor for abstract class causing undefined behaviour.
  • Loading branch information
faenil committed Oct 3, 2014
2 parents 91bc3ef + b637ba5 commit 1d83f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlocaleabstractconfigitemfactory.h
Expand Up @@ -30,7 +30,7 @@ class MLocaleAbstractConfigItemFactory
{
public:
virtual MLocaleAbstractConfigItem* createConfigItem( const QString& key ) const = 0;

virtual ~MLocaleAbstractConfigItemFactory() {}
};

}
Expand Down

0 comments on commit 1d83f3c

Please sign in to comment.