diff --git a/src/Generator/Generators/CLI/CLITypePrinter.cs b/src/Generator/Generators/CLI/CLITypePrinter.cs index ea1f79c4..865ebbdd 100644 --- a/src/Generator/Generators/CLI/CLITypePrinter.cs +++ b/src/Generator/Generators/CLI/CLITypePrinter.cs @@ -97,7 +97,7 @@ namespace Cxxi.Generators.CLI return "System::IntPtr"; } - if (pointee.IsPrimitiveType(PrimitiveType.Char)/* && quals.IsConst*/) + if (pointee.IsPrimitiveType(PrimitiveType.Char) && quals.IsConst) { return "System::String^"; }