diff --git a/src/Generator/Generator.cs b/src/Generator/Generator.cs index dd99db05..5f858a18 100644 --- a/src/Generator/Generator.cs +++ b/src/Generator/Generator.cs @@ -15,7 +15,8 @@ namespace CppSharp.Generators CSharp = 2, C, CPlusPlus, - ObjectiveC + ObjectiveC, + Java } ///