1 --- ./codehelper.cpp.orig 2010-11-12 17:56:27.723503507 +1000
2 +++ ./codehelper.cpp 2010-11-12 17:58:07.714871563 +1000
5 || !lastSymbol->enclosingScope()
6 || !lastSymbol->isDeclaration()
7 - || !lastSymbol->asFunction()->isPureVirtual())
8 + || (lastSymbol->asFunction() && !lastSymbol->asFunction()->isPureVirtual()))
11 // Try to open the declaration