More cleanup.

This commit is contained in:
Roberto Raggi
2009-03-03 10:41:20 +01:00
parent ae04679373
commit 454438e47d
6 changed files with 169 additions and 142 deletions

View File

@@ -220,7 +220,7 @@ private:
CppPreprocessor::CppPreprocessor(QPointer<CppModelManager> modelManager)
: snapshot(modelManager->snapshot()),
m_modelManager(modelManager),
preprocess(this, env)
preprocess(this, &env)
{ }
void CppPreprocessor::setWorkingCopy(const QMap<QString, QByteArray> &workingCopy)