Browse Source

Use the project-level options for now instead of the file-specific options.

pull/86/head
triton 12 years ago
parent
commit
60bdf71ca8
  1. 2
      src/Core/Parser/Parser.cs

2
src/Core/Parser/Parser.cs

@ -55,7 +55,7 @@ namespace CppSharp @@ -55,7 +55,7 @@ namespace CppSharp
// TODO: Do multi-threaded parsing of source files
foreach (var source in project.Sources)
ParseSourceFile(source, source.Options);
ParseSourceFile(source, options);
}
/// <summary>

Loading…
Cancel
Save