Browse Source

Changed Driver.BuildParseOptions to be public.

pull/291/head
triton 12 years ago
parent
commit
3cdc47770f
  1. 2
      src/Generator/Driver.cs

2
src/Generator/Driver.cs

@ -118,7 +118,7 @@ namespace CppSharp
} }
} }
ParserOptions BuildParseOptions(SourceFile file) public ParserOptions BuildParseOptions(SourceFile file)
{ {
var options = new ParserOptions var options = new ParserOptions
{ {

Loading…
Cancel
Save