Fixed compiler warnings.

(cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed)
This commit is contained in:
Erik Verbruggen
2010-09-27 18:05:24 +02:00
committed by Robert Loehning
parent f39494e4c2
commit bd435499b6
2 changed files with 3 additions and 10 deletions

View File

@@ -95,9 +95,7 @@ public:
const Class *clazz,
AccessSpec xsSpec) const;
QList<InsertionLocation> methodDefinition(const QString &fileName,
CPlusPlus::DeclarationAST *prevDecl,
CPlusPlus::DeclarationAST *nextDecl) const;
QList<InsertionLocation> methodDefinition(const QString &fileName) const;
private:
Snapshot m_snapshot;