Fix windows build broken by r334004
authorPavel Labath <labath@google.com>
Tue, 5 Jun 2018 10:49:56 +0000 (10:49 +0000)
committerPavel Labath <labath@google.com>
Tue, 5 Jun 2018 10:49:56 +0000 (10:49 +0000)
commitdf4ca0eeda482f651cdc2b1bfe44bcd939ba756e
treef52008944aee6c31b63d8364d26c25cd43532e2c
parent349ffcee8751a5b0196c842f8c6ee5f00b02a6ab
Fix windows build broken by r334004

The problem was a link error due to a missing =0 on an abstract method.
Interestingly, this was not a problem for clang/linux.

llvm-svn: 334006
lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h