From 5b0f6be89c5b867ae005f0a69929434c54a13138 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 18 Oct 2012 17:42:39 +0000 Subject: [PATCH] Test for struct/class: who is complaining? git-svn-id: http://root.cern.ch/svn/root/trunk@46655 27541ba8-7e3a-0410-8455-c3a389f83636 --- include/cling/Interpreter/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cling/Interpreter/Interpreter.h b/include/cling/Interpreter/Interpreter.h index c455a347..2afb051f 100644 --- a/include/cling/Interpreter/Interpreter.h +++ b/include/cling/Interpreter/Interpreter.h @@ -16,7 +16,7 @@ namespace llvm { class raw_ostream; - struct GenericValue; + class GenericValue; class ExecutionEngine; class LLVMContext; class Module;