]> andersk Git - svn-all-fast-export.git/commitdiff
Add missing function
authorThiago Macieira <thiago@cassini.local.lan>
Sun, 23 Dec 2007 17:01:57 +0000 (15:01 -0200)
committerThiago Macieira <thiago@cassini.local.lan>
Sun, 23 Dec 2007 17:01:57 +0000 (15:01 -0200)
src/ruleparser.cpp

index c4c36afe694a265823093ddbcb8bd1aea3265127..ea678658128acce1b86ead3f0cf846b32b031265 100644 (file)
@@ -26,6 +26,10 @@ Rules::Rules(const QString &fn)
 {
 }
 
+Rules::~Rules()
+{
+}
+
 QList<Rules::Repository> Rules::repositories()
 {
     return m_repositories;
This page took 0.054594 seconds and 5 git commands to generate.