Skip to content
  • Ben Wagner's avatar
    Fix overloaded-virtual of computeCompletions. · 3bddbafa
    Ben Wagner authored
    MissingIncludeCompletionWorker::computeCompletions causes an overloaded-virtual warning when building kdevelop. Upon investigation, it appears that it was intended to override CodeCompletionWorker::computeCompletions, but the third parameter is incorrect.
    
    KDevelop was crashing left and right and with this change seems a bit more stable.
    
    REVIEW: 111347
    3bddbafa