From ff6f4725753d3e9d505eeaec7bc4406f07783308 Mon Sep 17 00:00:00 2001
From: Zachary Turner <zturner@google.com>
Date: Fri, 1 May 2015 20:51:49 +0000
Subject: [PATCH] Fix compilation of PDBApiTest.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236345 91177308-0d34-0410-b5e6-96231b3b80d8
---
 unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/DebugInfo/PDB/PDBApiTest.cpp b/unittests/DebugInfo/PDB/PDBApiTest.cpp
index 4f8e95d9078..ebd3d7bb6b3 100644
--- a/unittests/DebugInfo/PDB/PDBApiTest.cpp
+++ b/unittests/DebugInfo/PDB/PDBApiTest.cpp
@@ -74,7 +74,7 @@ class MockSession : public IPDBSession {
   }
 
   std::unique_ptr<PDBSymbol>
-  findSymbolByAddress(uint64_t Address) const override {
+  findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override {
     return nullptr;
   }
   std::unique_ptr<IPDBEnumLineNumbers>
-- 
2.34.1