add empty virtual d'tor to AbstractMacroExpander

it has virtual functions, after all ...
This commit is contained in:
Oswald Buddenhagen
2010-12-06 14:00:37 +01:00
parent ebadaf9d8b
commit 55af67219a

View File

@@ -57,6 +57,7 @@ QTCREATOR_UTILS_EXPORT QString withTildeHomePath(const QString &path);
class QTCREATOR_UTILS_EXPORT AbstractMacroExpander {
public:
virtual ~AbstractMacroExpander() {}
// Not const, as it may change the state of the expander.
//! Find an expando to replace and provide a replacement string.
//! \param str The string to scan