mirror of https://github.com/mono/CppSharp.git
Browse Source
We generate free functions inside a global namespace-level class with the same name as the header. This means that there might be some conflict if we already have a class with the same name as the header. This fix changes the code to always fully quality classes so the code always compiles correctly.pull/520/merge
3 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue