Match declaration to definition.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75438 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 6e32581..91046c2 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -37,7 +37,7 @@
   struct DbgRegionStartInst;
   struct DbgRegionEndInst;
   class DebugLoc;
-  class DebugLocTracker;
+  struct DebugLocTracker;
   class Instruction;
   class LLVMContext;