diff --git a/src/Generator.Tests/TestCLITypePrinter.cs b/src/Generator.Tests/TestCLITypePrinter.cs index 0e5aeeeb..11536ac0 100644 --- a/src/Generator.Tests/TestCLITypePrinter.cs +++ b/src/Generator.Tests/TestCLITypePrinter.cs @@ -8,7 +8,7 @@ namespace Generator.Tests [TypeMap("FnPtr3")] public class CLITypePrinterTypeMap : TypeMap { - public override string Signature() { return "TypedefFn3"; } + public override string CLISignature() { return "TypedefFn3"; } } [TestFixture]