Fix fwd decl for windows.
git-svn-id: http://root.cern.ch/svn/root/trunk@47814 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
5e9a144766
commit
3f150a8d8b
@ -14,9 +14,10 @@ namespace llvm {
|
||||
}
|
||||
|
||||
namespace cling {
|
||||
class Interpreter;
|
||||
|
||||
void DisplayClasses(llvm::raw_ostream &stream,
|
||||
const class Interpreter *interpreter, bool verbose);
|
||||
const Interpreter *interpreter, bool verbose);
|
||||
void DisplayClass(llvm::raw_ostream &stream,
|
||||
const Interpreter *interpreter, const char *className,
|
||||
bool verbose);
|
||||
|
Loading…
x
Reference in New Issue
Block a user