From 3cdc47770fbaaac135c6db7f9950997563c57d7f Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 15 Jul 2014 15:06:37 +0100 Subject: [PATCH] Changed Driver.BuildParseOptions to be public. --- src/Generator/Driver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 584a4018..78b21522 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -118,7 +118,7 @@ namespace CppSharp } } - ParserOptions BuildParseOptions(SourceFile file) + public ParserOptions BuildParseOptions(SourceFile file) { var options = new ParserOptions {