Browse Source

Fixed the build.

pull/123/head
triton 12 years ago
parent
commit
6e03c27135
  1. 6
      src/Parser/Parser.h

6
src/Parser/Parser.h

@ -49,9 +49,11 @@ struct Parser
ParserResult^ ParseHeader(const std::string& File); ParserResult^ ParseHeader(const std::string& File);
ParserResult^ ParseLibrary(const std::string& File); ParserResult^ ParseLibrary(const std::string& File);
ParserResultKind ParseArchive(llvm::StringRef File, ParserResultKind ParseArchive(llvm::StringRef File,
llvm::MemoryBuffer *Buffer); llvm::MemoryBuffer *Buffer,
CppSharp::AST::NativeLibrary^ NativeLib);
ParserResultKind ParseSharedLib(llvm::StringRef File, ParserResultKind ParseSharedLib(llvm::StringRef File,
llvm::MemoryBuffer *Buffer); llvm::MemoryBuffer *Buffer,
CppSharp::AST::NativeLibrary^ NativeLib);
protected: protected:

Loading…
Cancel
Save