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:
Axel Naumann 2012-12-04 12:46:01 +00:00
parent 5e9a144766
commit 3f150a8d8b

View File

@ -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);