summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Linker.h')
-rw-r--r--llvm/include/llvm/Linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Linker.h b/llvm/include/llvm/Linker.h
index 43db5961d4d..2f3d3740820 100644
--- a/llvm/include/llvm/Linker.h
+++ b/llvm/include/llvm/Linker.h
@@ -21,7 +21,7 @@
namespace llvm {
class Module;
-struct LLVMContext;
+class LLVMContext;
/// This class provides the core functionality of linking in LLVM. It retains a
/// Module object which is the composite of the modules and libraries linked
OpenPOWER on IntegriCloud